Skip to content

Leaflet (Hi guys, I am new to coding and I was watching this youtube video about building maps in leaflet and the map is not showing on when I execute. Can someone please help me debug this?) #858

@Lucasknight

Description

@Lucasknight
<script scr="lib/leaflet/leaflet.js"></script> <script scr="data/countries.geojson"></script> <style type="text/css"> #map {height : 400px; } </style>
	</head>

My map

<script> var map = L.map('map').setView([43.8476: 18.35.64]: 13); var countriesLayer = L.geojson(countries).addTo(map); </script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions