We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ea14b commit 0b0b160Copy full SHA for 0b0b160
README.md
@@ -59,15 +59,6 @@ Meteor Leafet Demo | [GitHub](https://github.com/bevanhunt/meteor-leaflet-demo
59
}
60
```
61
62
-- in Javascript client-side code user Leaflet Marker Cluster [optional] to add marker cluster
63
- ```javascript
64
- if (Meteor.isClient) {
65
- var markers = new L.MarkerClusterGroup();
66
- markers.addLayer(new L.Marker([51.5, -0.09]));
67
- map.addLayer(markers);
68
- }
69
- ```
70
-
71
## GeoJSON Conversion
72
I suggest the free web service - [Orge Web Service](http://ogre.adc4gis.com/)
73
0 commit comments