Skip to content

Commit

Permalink
fix location array error in cuba set
Browse files Browse the repository at this point in the history
  • Loading branch information
srappel committed Feb 5, 2024
1 parent 4ce0209 commit 8160806
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions 233bA62500a.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"east": -84.5,
"north": 22,
"south": 21.5,
"location": "CALETA LARGA",
"location": ["CALETA LARGA"],
"scale": "62500",
"color": "Printed Map (Color)",
"dateSurvey": "1907",
Expand Down Expand Up @@ -141,7 +141,7 @@
"east": -84,
"north": 23,
"south": 22.5,
"location": "RIO DEL MEDIO",
"location": ["RIO DEL MEDIO"],
"scale": "62500",
"color": "Printed Map (2-color)",
"dateSurvey": "1907",
Expand Down Expand Up @@ -416,7 +416,7 @@
"east": -83.5,
"north": 22,
"south": 21.5,
"location": "CORTES",
"location": ["CORTES"],
"scale": "62500",
"color": "Printed Map (Color)",
"dateSurvey": "1908",
Expand Down Expand Up @@ -1348,7 +1348,7 @@
"east": -80.5,
"north": 23.5,
"south": 23,
"location": "RIO CANA",
"location": ["RIO CANA"],
"scale": "62500",
"color": "Printed Map (Color)",
"dateSurvey": "1908",
Expand Down Expand Up @@ -2095,7 +2095,7 @@
"east": -78.5,
"north": 21.5,
"south": 21,
"location": "VERTIENTES",
"location": ["VERTIENTES"],
"scale": "62500",
"color": "Printed Map (Color)",
"dateSurvey": "1908",
Expand Down Expand Up @@ -2245,7 +2245,7 @@
"east": -78,
"north": 21.5,
"south": 21,
"location": "SAN GERONIMO",
"location": ["SAN GERONIMO"],
"scale": "62500",
"color": "Printed Map (Color)",
"dateSurvey": "1907",
Expand Down Expand Up @@ -2628,7 +2628,7 @@
"east": -77,
"north": 22,
"south": 21.5,
"location": "NUEVITAS",
"location": ["NUEVITAS"],
"scale": "62500",
"color": "Printed Map (Color)",
"dateSurvey": "1908",
Expand Down Expand Up @@ -3342,7 +3342,7 @@
"east": -75.5,
"north": 21.5,
"south": 21,
"location": "LOS ANGELES",
"location": ["LOS ANGELES"],
"scale": "62500",
"color": "Printed Map (Color)",
"dateSurvey": "1908",
Expand Down Expand Up @@ -3508,7 +3508,7 @@
"east": -75.5,
"north": 20,
"south": 19.5,
"location": "SIBONEY",
"location": ["SIBONEY"],
"scale": "62500",
"color": "Printed Map (2-color)",
"dateSurvey": "1908",
Expand Down

0 comments on commit 8160806

Please sign in to comment.