Closed josejachuf closed 2 years ago
Here was an error: yx/xy
<l-protobuf
:options="vectorTileOptions"
:visible="true"
url="http://127.0.0.1:8009/tiles/{z}/{y}/{x}.pbf"
name="PointsVTL"
layerType="overlay"
/>
url="http://127.0.0.1:8009/tiles/{z}/{y}/{x}.pbf" change for url="http://127.0.0.1:8009/tiles/{z}/{x}/{y}.pbf"
Now I can see the points, but it still fails to: 1) The layer is not added to the control-layer 2) The layer is below all other layers and you have to turn off the base layers to see it, but the layers are sorted correctly
Jose
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Browsers Tested
Versions
Hi, someone uses plugin [1]
Today I consult this with the author of the plugin, but it seems to me that it can be on the Vue-Leaflet side.
I have a vector-tile server from my own layer. As an example when I use it directly with Leaflet, it works fine. That is:
As I said, the above works fine, but when I use the plugin in my project with Vue (quasar) it has a failure.
1) The layer is not added to the control-layer 2) I do not see the points layer on the map 3) Apparently the layer if it was added to the map, because I see that it continuously makes the server requests 4) No error is produced or shows error messages
Any ideas?
Jose
[1] https://github.com/tesselo/vue2-leaflet-vectorgrid