fix GeoJSON deps

This commit is contained in:
Vladimir Agafonkin 2013-12-13 11:30:42 -05:00
parent 04addb791e
commit 87bf1ff144

View File

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