Skip to content

Commit

Permalink
Merge pull request #455 from IIIF/fix-0139-geojson
Browse files Browse the repository at this point in the history
Fix inaccurate GeoJSON in annotation for #139
  • Loading branch information
glenrobson authored Feb 16, 2024
2 parents a61b423 + b8aae7a commit 5cfaece
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/0139-geolocate-canvas-fragment/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@
"type":"Polygon",
"coordinates":[
[
[-77.097847, 38.901359],
[-77.026940, 38.901359],
[-77.026940, 39.034040],
[-77.097847, 39.034040]
[-77.019853, 38.913101],
[-77.110013, 38.843254],
[-77.284698, 38.997574],
[-77.188911, 39.062648]
]
]
}
Expand Down

0 comments on commit 5cfaece

Please sign in to comment.