Skip to content

Commit

Permalink
Debug: protype test files
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianP committed Oct 31, 2023
1 parent 899f108 commit 4e84d36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion prototype-test/myanmar-cities.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
var basicMap = L.map('mmGeoJsonMap').setView(mapCenter,zoom);
var jsonLayer = L.geoJSON(geoJson,{style:mapStyle}).addTo(basicMap);
}
var url = 'https://raw.githubusercontent.com/laravel-stack/laravel-geo-json-myanmar/main/dist/json/myanmar-cities.json';
var url = 'https://raw.githubusercontent.com/laravel-stack/laravel-geo-json-myanmar/main/dist/json/coordinate-cities.json';
buildMap(url);
</script>
</body>
Expand Down

0 comments on commit 4e84d36

Please sign in to comment.