We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Is there a way, by configuration, to display all the polygons (defined into the places) on the map ?
Thanks
The text was updated successfully, but these errors were encountered:
by default no in the same time no... because is not useful
Sorry, something went wrong.
may be adding the field: geometry inside placeItem.fields
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
No branches or pull requests
Hi,
Is there a way, by configuration, to display all the polygons (defined into the places) on the map ?
Thanks
The text was updated successfully, but these errors were encountered: