Kepler icon indicating copy to clipboard operation
Kepler copied to clipboard

View Polygon on the Map

Open harry-73 opened this issue 5 years ago • 2 comments

Hi,

Is there a way, by configuration, to display all the polygons (defined into the places) on the map ?

Thanks

harry-73 avatar Aug 11 '20 11:08 harry-73

by default no in the same time no... because is not useful

stefanocudini avatar Nov 21 '20 02:11 stefanocudini

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

stefanocudini avatar Nov 21 '20 02:11 stefanocudini