forked from MapComplete/MapComplete
Add Fietsambassade logo to cyclofix; various svg- and css fixes
This commit is contained in:
parent
5e6f54f660
commit
cd548ab04b
21 changed files with 332 additions and 59 deletions
|
@ -184,7 +184,9 @@ export class FilteredLayer {
|
|||
if (feature.properties.id.replace(/\//g, "_") === Hash.Get().data) {
|
||||
const center = GeoOperations.centerpoint(feature).geometry.coordinates;
|
||||
popup.setLatLng({lat: center[1], lng: center[0]});
|
||||
popup.openOn(State.state.bm.map)
|
||||
popup.openOn(State.state.bm.map);
|
||||
State.state.selectedElement.setData(feature);
|
||||
uiElement.Update();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue