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

bfr’s picture

I corrected your git clone line.

jeffschuler’s picture

bfr: thanks!
Looks like I forgot to click Non-maintainer.

sreynen’s picture

Status: Needs review » Reviewed & tested by the community

I opened a minor issue, but I think this is okay for RTBC.

jeffschuler’s picture

Thanks sreynen!
Fixed that issue, too.

mlncn’s picture

Status: Reviewed & tested by the community » Fixed

jeffschuler, 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.

jeffschuler’s picture

Yehoo! Thanks bfr, sreynen, & mlncn!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Corrected the git clone line.