gh-pages init

This commit is contained in:
Martin Geno 2016-06-24 08:58:22 +02:00
parent 8422d7c24a
commit 4294f29eec
1 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@ function createModel(){
L.geoJson(data,{
pointToLayer: function (feature, latlng){
feature.properties.radius = 10
m = L.circleMarker(latlng,feature.properties)
return m
return L.circleMarker(latlng,feature.properties)
},
onEachFeature:function(feature, layer) {
layer.bindLabel(feature.properties.name)