[PATCH 03/10] Rename the RFC7946 examples to better reflect their contents

John Zaitseff J.Zaitseff at zap.org.au
Tue Aug 27 11:55:05 BST 2019


---
 examples/json/{rfc7946-a1.geojson => rfc7946-a1-point.geojson}    | 0
 .../json/{rfc7946-a2.geojson => rfc7946-a2-linestring.geojson}    | 0
 .../{rfc7946-a3.geojson => rfc7946-a3-polygon-no-hole.geojson}    | 0
 .../{rfc7946-a3b.geojson => rfc7946-a3-polygon-with-hole.geojson} | 0
 .../json/{rfc7946-a4.geojson => rfc7946-a4-multipoint.geojson}    | 0
 .../{rfc7946-a5.geojson => rfc7946-a5-multilinestring.geojson}    | 0
 .../json/{rfc7946-a6.geojson => rfc7946-a6-multipolygon.geojson}  | 0
 .../{rfc7946-a7.geojson => rfc7946-a7-geometrycollection.geojson} | 0
 8 files changed, 0 insertions(+), 0 deletions(-)
 rename examples/json/{rfc7946-a1.geojson => rfc7946-a1-point.geojson} (100%)
 rename examples/json/{rfc7946-a2.geojson => rfc7946-a2-linestring.geojson} (100%)
 rename examples/json/{rfc7946-a3.geojson => rfc7946-a3-polygon-no-hole.geojson} (100%)
 rename examples/json/{rfc7946-a3b.geojson => rfc7946-a3-polygon-with-hole.geojson} (100%)
 rename examples/json/{rfc7946-a4.geojson => rfc7946-a4-multipoint.geojson} (100%)
 rename examples/json/{rfc7946-a5.geojson => rfc7946-a5-multilinestring.geojson} (100%)
 rename examples/json/{rfc7946-a6.geojson => rfc7946-a6-multipolygon.geojson} (100%)
 rename examples/json/{rfc7946-a7.geojson => rfc7946-a7-geometrycollection.geojson} (100%)

diff --git a/examples/json/rfc7946-a1.geojson b/examples/json/rfc7946-a1-point.geojson
similarity index 100%
rename from examples/json/rfc7946-a1.geojson
rename to examples/json/rfc7946-a1-point.geojson
diff --git a/examples/json/rfc7946-a2.geojson b/examples/json/rfc7946-a2-linestring.geojson
similarity index 100%
rename from examples/json/rfc7946-a2.geojson
rename to examples/json/rfc7946-a2-linestring.geojson
diff --git a/examples/json/rfc7946-a3.geojson b/examples/json/rfc7946-a3-polygon-no-hole.geojson
similarity index 100%
rename from examples/json/rfc7946-a3.geojson
rename to examples/json/rfc7946-a3-polygon-no-hole.geojson
diff --git a/examples/json/rfc7946-a3b.geojson b/examples/json/rfc7946-a3-polygon-with-hole.geojson
similarity index 100%
rename from examples/json/rfc7946-a3b.geojson
rename to examples/json/rfc7946-a3-polygon-with-hole.geojson
diff --git a/examples/json/rfc7946-a4.geojson b/examples/json/rfc7946-a4-multipoint.geojson
similarity index 100%
rename from examples/json/rfc7946-a4.geojson
rename to examples/json/rfc7946-a4-multipoint.geojson
diff --git a/examples/json/rfc7946-a5.geojson b/examples/json/rfc7946-a5-multilinestring.geojson
similarity index 100%
rename from examples/json/rfc7946-a5.geojson
rename to examples/json/rfc7946-a5-multilinestring.geojson
diff --git a/examples/json/rfc7946-a6.geojson b/examples/json/rfc7946-a6-multipolygon.geojson
similarity index 100%
rename from examples/json/rfc7946-a6.geojson
rename to examples/json/rfc7946-a6-multipolygon.geojson
diff --git a/examples/json/rfc7946-a7.geojson b/examples/json/rfc7946-a7-geometrycollection.geojson
similarity index 100%
rename from examples/json/rfc7946-a7.geojson
rename to examples/json/rfc7946-a7-geometrycollection.geojson
-- 
2.20.1



More information about the Marble-devel mailing list