Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View Polygon on the Map #89

Open
harry-73 opened this issue Aug 11, 2020 · 2 comments
Open

View Polygon on the Map #89

harry-73 opened this issue Aug 11, 2020 · 2 comments

Comments

@harry-73
Copy link

Hi,

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

Thanks

@stefanocudini
Copy link
Member

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

@stefanocudini
Copy link
Member

stefanocudini commented Nov 21, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants