Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Updated index.html #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

krishnaglodha
Copy link

Changed var geojson_data = {{ data['features'] to_json }}; to var geojson_data = {{ data['features'] | safe }}; to solve #1

Changed  
var geojson_data = {{ data['features'] to_json }}; 
to 
 var geojson_data = {{ data['features'] | safe }};
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant