Store the KML Placemark identifier

This commit is contained in:
Frederic Junod
2013-05-24 09:29:30 +02:00
parent 8c0f1f979a
commit a452915d8a
3 changed files with 9 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ describe('ol.parser.kml', function() {
'itself \n at the height of the underlying terrain.';
expect(obj.features[0].get('description')).to.eql(description);
expect(obj.features[0].get('foo')).to.eql('bar');
expect(obj.features[0].getFeatureId()).to.eql('foobarbaz');
});
});
it('Extended data read correctly [2]', function() {