Remove the unused ol.format.KML.DOCUMENT_SEQUENCE_

This commit is contained in:
Éric Lemoine
2014-06-27 10:59:31 +02:00
parent ccd01fb874
commit 1ec25f3992

View File

@@ -2098,17 +2098,6 @@ ol.format.KML.KML_SERIALIZERS_ = ol.xml.makeStructureNS(
});
/**
* @const
* @type {Object.<string, Array.<string>>}
* @private
*/
ol.format.KML.DOCUMENT_SEQUENCE_ = ol.xml.makeStructureNS(
ol.format.KML.NAMESPACE_URIS_, [
'Placemark'
]);
/**
* @const
* @type {Object.<string, Object.<string, ol.xml.Serializer>>}