We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392f08b commit cee142bCopy full SHA for cee142b
src/vendors/helpers/Layers.js
@@ -173,7 +173,7 @@ export function geoPbfLoader(map, layerConfig) {
173
const curExtent = getIntersection(_extent, extent)
174
// console.log("Loader Cur", curExtent, "Ext", extent)
175
const url = layerConfig.source.url +
176
- 'query/?f=pbf&' +
+ '/query/?f=pbf&' +
177
'returnGeometry=true&spatialRel=esriSpatialRelIntersects&geometry={' +
178
encodeURIComponent(
179
'"xmin":' +
0 commit comments