move examples/kml to examples/data/kml
This commit is contained in:
@@ -44,7 +44,7 @@ var kml = new ol.parser.ogc.KML({
|
||||
maxDepth: 1, dimension: 2, extractStyles: true, extractAttributes: true});
|
||||
|
||||
$.ajax({
|
||||
url: 'kml/lines.kml'
|
||||
url: 'data/kml/lines.kml'
|
||||
}).done(function(data) {
|
||||
vector.parseFeatures(data, kml, epsg4326);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user