Open
Description
So after i have done everything right, and its all working good, on displaying the map on the front-end, this is the HTML code i used
{% load leaflet_tags %}
{% leaflet_css %}
{% leaflet_js %}
{{ building.osm_id }}
{% leaflet_map "main" callback="map_init" %}This produces a marker like it is supposed to, and this is the marker i am talking about
Now my issue is that this marker is not the same as the marker that is shown in the admin side, which i am interested in. Check out the marker on the admin side
Note the number at the top is the osm_id which should be the same as the number being displayed on top of the frontend
Kindly check this issue out and any help on this project would be much appreciated.
Metadata
Metadata
Assignees
Labels
No labels