Replies: 1 comment 1 reply
-
Just a wild guess: It might be related to compression. Either the files are compressed (gzip) and expected to be not compressed or the other way around. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an OpenLayers project which should run only on local.
I downloaded the experimental vector tile package over Niger from geofabrik (https://download.geofabrik.de/africa/niger-shortbread-1.0.tar.gz). and unzipped the file in /src/data/vectorTiles.
When i try to add the tiles in openLayers, i have the following error :
Here is my openLayers code :
for information my layerParam.url is 'src/data/vectorTiles/vector/{z}/{x}/{y}.pbf'.
Any idea on how to correct it ?
Beta Was this translation helpful? Give feedback.
All reactions