Views GeoJSON is a style plugin for Views to deliver location-specific data in GeoJSON format.
GeoJSON is a textual format based on the JSON standard for encoding a variety of geographic data structures, (see the GeoJSON Format Specification.)
Content is output as GeoJSON Point features; each row a point including geospatial coordinates (longitude,latitude) and optional metadata. All features are wrapped in a Feature Collection object.
Currently for Drupal 7 only, with plans to backport to D6.
Sandbox project: Views GeoJSON available via: git clone http://git.drupal.org/sandbox/jeffschuler/1187448.git views_geojson
This module was born from a patch by tmcw to the OpenLayers module: Implement GeoJSON output as a standard and adapted to model the Views Datasource module. Much of the code draws directly from these sources.
Comments
Comment #1
bfr commentedI corrected your git clone line.
Comment #2
jeffschulerbfr: thanks!
Looks like I forgot to click Non-maintainer.
Comment #3
sreynen commentedI opened a minor issue, but I think this is okay for RTBC.
Comment #4
jeffschulerThanks sreynen!
Fixed that issue, too.
Comment #5
mlncn commentedjeffschuler, you are now a vetted user, and can promote this to full project. It is great you are already treating it that way! Congratulations, and i look forward to your continued contributions.
Comment #6
jeffschulerYehoo! Thanks bfr, sreynen, & mlncn!
Comment #7.0
(not verified) commentedCorrected the git clone line.