We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
vector tile source is posgGIS, : url: 'http://localhost:3001/services/postgis/cleantech3/geom/vector-tiles/{z}/{x}/{y}.pbf?fields=name'
at zoom level <=18 , everything ok.
from zoom level 19, layer disappear.
any idea?
The text was updated successfully, but these errors were encountered:
I solved the problem. add zoomMax at layer options, as blow
var pbfSource = new L.TileLayer.PBFSource({ url: 'http://localhost:3001/services/postgis/xxx/geom/vector-tiles/{z}/{x}/{y}.pbf?fields=name', debug: false, maxZoom: 22, minZoom: 6, clickableLayers: [], getIDForLayerFeature: function(feature) { return ""; } });
Sorry, something went wrong.
No branches or pull requests
Hi,
vector tile source is posgGIS, :
url: 'http://localhost:3001/services/postgis/cleantech3/geom/vector-tiles/{z}/{x}/{y}.pbf?fields=name'
at zoom level <=18 , everything ok.
from zoom level 19, layer disappear.
any idea?
The text was updated successfully, but these errors were encountered: