File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ Feature: Parse <GroundOverlay>
1010 And the GroundOverlay should contain the following properties:
1111 | property | value |
1212 | name | Large -scale overlay on terrain |
13- | visibility | true |
13+ | visibility | false |
Original file line number Diff line number Diff line change @@ -6,14 +6,8 @@ Feature: Parse <NetworkLink>
66 Scenario :
77 Given a KML document with a NetworkLink in "tests/kml/network-link.kml"
88 When I parse the KML document
9- Then I should get a KmlDocument object containing one 'LibKml\D omain\F eature\O verlay \ N etworkLink'
9+ Then I should get a KmlDocument object containing one 'LibKml\D omain\F eature\N etworkLink'
1010 And the NetworkLink should contain the following properties:
1111 | property | value |
12- | id | networkLink1 |
13- | targetId | target1 |
14- | name | My office |
15- | visibility | 1 |
16- | address | Blackfriards 240 |
17- | phoneNumber | tel :+44 7890123456789 |
18- | snippet | Office location |
19- | styleUrl | #myIconStyle |
12+ | name | Open NetworkLink |
13+ | open | true |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Feature: Parse <NetworkLinkControl>
66 Scenario :
77 Given a KML document with a NetworkLinkControl in "tests/kml/network-link-control.kml"
88 When I parse the KML document
9- Then I should get a KmlDocument object containing one NetworkLinkControl
9+ Then I should get a KmlDocument object containing one 'LibKml \D omain \F ieldType \ N etworkLinkControl'
1010 And the NetworkLinkControl should contain the following properties:
1111 | property | value |
1212 | minRefreshPeriod | 60 |
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Feature: Parse <Placemark>
1212 | id | placemark1 |
1313 | targetId | target1 |
1414 | name | My office |
15- | visibility | 1 |
15+ | visibility | true |
1616 | address | Blackfriards 240 |
1717 | phoneNumber | tel :+44 7890123456789 |
1818 | snippet | Office location |
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<kml xmlns =" http://www.opengis.net/kml/2.2" >
3- <Document >
4- <name >Open Document </name >
3+ <NetworkLink >
4+ <name >Open NetworkLink </name >
55 <open >1</open >
6- <NetworkLink >
7- <name >Open NetworkLink</name >
8- <open >1</open >
9- <description >NetworkLink open to fetched content</description >
10- <Link >
11- <href >placemark.kml</href >
12- </Link >
13- </NetworkLink >
14- </Document >
6+ <description >NetworkLink open to fetched content</description >
7+ <Link >
8+ <href >placemark.kml</href >
9+ </Link >
10+ </NetworkLink >
1511</kml >
You can’t perform that action at this time.
0 commit comments