[view/map][xs]: additional name for geo column ('geo', 'lonlat').
This commit is contained in:
@@ -35,7 +35,7 @@ my.Map = Backbone.View.extend({
|
|||||||
// If not found, the user will need to define the fields via the editor.
|
// If not found, the user will need to define the fields via the editor.
|
||||||
latitudeFieldNames: ['lat','latitude'],
|
latitudeFieldNames: ['lat','latitude'],
|
||||||
longitudeFieldNames: ['lon','longitude'],
|
longitudeFieldNames: ['lon','longitude'],
|
||||||
geometryFieldNames: ['geojson', 'geom','the_geom','geometry','spatial','location'],
|
geometryFieldNames: ['geojson', 'geom','the_geom','geometry','spatial','location', 'geo', 'lonlat'],
|
||||||
|
|
||||||
initialize: function(options) {
|
initialize: function(options) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|||||||
Reference in New Issue
Block a user