-
Notifications
You must be signed in to change notification settings - Fork 120
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
olms with arcgis vector tile - Sprite failure #95
Comments
Please share the code you use to create the OpenLayers / ol-mapbox-style map in the above screenshots. |
"cbsdell4.ibb.gov.tr" server access is off
|
When debugging rendering, try using the
Other (probably unrelated) things I noticed:
|
I'm having difficulty implementing the root.json ==> https://codeshare.io/2jo7YR |
Here to bump a 2 year old thread - I have created a minimal example: When you load this fiddle, you should be centered on an example of the labels being not placed in the correct location. Route 79 labels should be on the dark grey road. There are other examples around the map in seemingly random places. Additionally, ArcGIS vector maps often don't have tiles for the lower zoom levels - the client is expected to only request up to z = 15 (for example) and then use that data for the lower levels. We can manually manage this by setting |
When calculating the midpoint of a ol-mapbox-style/src/stylefunction.js Lines 464 to 472 in ac13bf5
Using Since this solution only uses the midpoint of the first segment in the The complete solution for this issue likely involves similar work as #230. Rather than setting a single midpoint geometry on the style for a given feature, it would need to contain all the potential segments and determine in the OpenLayers core which ones should be used. |
To improve the situation, the easiest solution is to use |
Hı ,
I am using olms to load arcgis style in my ol vector tile. I have two basic problems.
just max appears at zoom level.
in fact ==>
ol-mapbox-style ==>
in fact ==>
ol-mapbox-style ==>
Help me with your suggestions :)
The text was updated successfully, but these errors were encountered: