YaleDHLab / gathering-a-building

Tracing Yale University's campus architecture
http://gatheringabuilding.yale.edu
MIT License
2 stars 2 forks source link

Generate geojson for map overlays #1

Closed duhaime closed 8 years ago

duhaime commented 8 years ago

Using raster images, generate geojson for ingest and display within map overlays. Two possible approaches include partitioning SVG path into array of points, fitting parametric approximations to curves, and projecting each with the matrix transform identified here.

Another approach is to use ArcGIS magic to ingest raster data and convert to polylines on the fly.