From a8b8c1a59a842cc2c8e6c6aec98082080a9ef14f Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sun, 1 Jul 2012 14:26:53 +0100 Subject: [PATCH] [view/map][xs]: additional name for geo column ('geo', 'lonlat'). --- src/view.map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view.map.js b/src/view.map.js index daa27f96..143a935f 100644 --- a/src/view.map.js +++ b/src/view.map.js @@ -35,7 +35,7 @@ my.Map = Backbone.View.extend({ // If not found, the user will need to define the fields via the editor. latitudeFieldNames: ['lat','latitude'], longitudeFieldNames: ['lon','longitude'], - geometryFieldNames: ['geojson', 'geom','the_geom','geometry','spatial','location'], + geometryFieldNames: ['geojson', 'geom','the_geom','geometry','spatial','location', 'geo', 'lonlat'], initialize: function(options) { var self = this;