Skip to content
Snippets Groups Projects
Commit 3b28fdee authored by Florent Lavelle's avatar Florent Lavelle
Browse files

fix merge

parent 2eaded8f
No related branches found
No related tags found
No related merge requests found
......@@ -349,11 +349,7 @@ const mapService = {
options.format = mvt;
const layerSource = new VectorTileSource(options);
layerSource.setTileUrlFunction((p0) => {
<<<<<<< HEAD
return url+'?tile=' + p0[0] + '/' + p0[1] + '/' + p0[2] + '&project_id=' + project_id;
=======
return `${url}/?tile=${p0[0]}/${p0[1]}/${p0[2]}&project_id=${projectId}`;
>>>>>>> develop
});
const styleFunction = (feature) => this.getStyle(feature, featureTypes, formFilters);
this.mvtLayer = new VectorTileLayer({
......
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