Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed Jun 28, 2024
1 parent 605e3d9 commit a30872c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ public Iterator<Feature> iterator() {
* @return a feature that can be configured further.
*/
public Feature geometry(String layer, Geometry geometry) {
// TODO args could also provide a list of source IDs to put into slot 4, 5, 6, etc..
// to differentiate between other sources besides just OSM and "other"
long vectorTileId = config.featureSourceIdMultiplier() < 4 ? source.id() :
source.vectorTileFeatureId(config.featureSourceIdMultiplier());
Feature feature = new Feature(layer, geometry, vectorTileId);
Expand Down

0 comments on commit a30872c

Please sign in to comment.