Kepler
Kepler copied to clipboard
View Polygon on the Map
Hi,
Is there a way, by configuration, to display all the polygons (defined into the places) on the map ?
Thanks
by default no in the same time no... because is not useful
may be adding the field: geometry inside placeItem.fields
https://github.com/Keplerjs/Kepler/blob/master/packages/core/modules/filters.js#L68
placeItem: {
fields: {
name:1, checkins:1, createdAt:1, loc:1, indoor:1, userId:1, geometry:1
}
},
the filter placeItem is used for loading object place fields in the map
@harry-73 you can add it inside file settings.json