geojson / geojson-ld

GeoJSON in JSON-LD contexts
Other
130 stars 13 forks source link

Write a GeoJSON-LD plugin for Leaflet #8

Closed sgillies closed 8 years ago

sgillies commented 10 years ago

There's nothing like running code :)

This plugin would do the following:

1) Run a JSON-LD processor (jsonld.js) on GeoJSON and a context to normalize the data 2) Map the features based on the normalized form rather than the native form as done by Leaflet's L.GeoJSON

elf-pavlik commented 9 years ago

:+1:

sgillies commented 9 years ago

Project repo: https://github.com/sgillies/leaflet-geojson-ld

Current state: slowed to a halt by RDF friction in jsonld.js. I need some help powering through this.