gh-pages init
This commit is contained in:
parent
8422d7c24a
commit
4294f29eec
|
@ -19,8 +19,7 @@ function createModel(){
|
||||||
L.geoJson(data,{
|
L.geoJson(data,{
|
||||||
pointToLayer: function (feature, latlng){
|
pointToLayer: function (feature, latlng){
|
||||||
feature.properties.radius = 10
|
feature.properties.radius = 10
|
||||||
m = L.circleMarker(latlng,feature.properties)
|
return L.circleMarker(latlng,feature.properties)
|
||||||
return m
|
|
||||||
},
|
},
|
||||||
onEachFeature:function(feature, layer) {
|
onEachFeature:function(feature, layer) {
|
||||||
layer.bindLabel(feature.properties.name)
|
layer.bindLabel(feature.properties.name)
|
||||||
|
|
Loading…
Reference in New Issue