add CircleMarker as dependency of GeoJSON

This commit is contained in:
a.lubchuk 2013-07-26 16:28:51 +03:00
parent 6db592b5da
commit 2780ed6c6d

View File

@ -151,7 +151,7 @@ var deps = {
GeoJSON: {
src: ['layer/GeoJSON.js'],
deps: ['Marker', 'MultiPoly', 'FeatureGroup'],
deps: ['CircleMarker', 'Marker', 'MultiPoly', 'FeatureGroup'],
desc: 'GeoJSON layer, parses the data and adds corresponding layers above.'
},