Skip to content

Commit cee142b

Browse files
committed
fix: URL path in geoPbfLoader function
1 parent 392f08b commit cee142b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vendors/helpers/Layers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export function geoPbfLoader(map, layerConfig) {
173173
const curExtent = getIntersection(_extent, extent)
174174
// console.log("Loader Cur", curExtent, "Ext", extent)
175175
const url = layerConfig.source.url +
176-
'query/?f=pbf&' +
176+
'/query/?f=pbf&' +
177177
'returnGeometry=true&spatialRel=esriSpatialRelIntersects&geometry={' +
178178
encodeURIComponent(
179179
'"xmin":' +

0 commit comments

Comments
 (0)