jaycrossler / geoq-django

Collect geospatial features and manage feature collection among groups of users.
Other
12 stars 0 forks source link

Have support for viewing KML, KMZ, GeoRSS, GeoJSON layers #54

Closed jaycrossler closed 10 years ago

jaycrossler commented 10 years ago

Build in map support for more Geo data types. Leaflet has multiple viewing plugins that can be used.

This will require a proxy for the server to pull data through Cross-Origin-Requests.

This proxy might be useful as a starting point: https://github.com/jaycrossler/geo-events/blob/master/geoevents/operations/proxies.py

jaycrossler commented 10 years ago

A proxy was added and initial layer types are supported. More will be added later