Skip to content
Snippets Groups Projects
Unverified Commit 929b7977 authored by Noah Moss's avatar Noah Moss Committed by GitHub
Browse files

Remove trailing slash from /api/tiles call on frontend (#20091)

parent 93cb6667
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,6 @@ export default class LeafletTilePinMap extends LeafletMap {
(latitudeField.id || encodeURIComponent(latitudeField.name)) +
"/" +
(longitudeField.id || encodeURIComponent(longitudeField.name)) +
"/" +
"?query=" +
encodeURIComponent(JSON.stringify(dataset_query))
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment