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

Layer order is different in MLT output than input MVT #190

Open
springmeyer opened this issue Jun 24, 2024 · 0 comments
Open

Layer order is different in MLT output than input MVT #190

springmeyer opened this issue Jun 24, 2024 · 0 comments

Comments

@springmeyer
Copy link
Collaborator

The layer order is unmatched between MLT output and the input MVT.

Unless there is a good reason for them to be different we should probably ensure they match.

For example in bing/4-8-5:

MVT Order:

  vector_background
  autorail
  country_region
  island
  land_cover_forest
  land_cover_grass
  populated_place
  reserve
  road
  water_feature
  water_pattern_area

MLT Order:

  water_feature
  road
  island
  land_cover_grass
  reserve
  water_pattern_area
  country_region
  land_cover_forest
  vector_background
  populated_place
  autorail

/cc @mactrem @ebrelsford

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

No branches or pull requests

1 participant