1
0
Fork 0
forked from 0x2620/oxjs

[wip] create LeafletMap using leaflet instead of google maps

This commit is contained in:
Sanjay Bhangar 2023-07-15 20:43:03 +05:30
commit ae2b1854aa
8 changed files with 2443 additions and 3 deletions

View file

@ -7,7 +7,7 @@ on a world map.
Ox.load(['UI', 'Geo'], function() {
var $map = Ox.Map({
var $map = Ox.LeafletMap({
keys: ['region'],
markerColor: function(place) {
return Ox.getGeoColor(place.region);