You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:Authors: Thomas.Bonfort (thomas.bonfort at gmail.com)
10
10
:Authors: Yewondwossen Assefa
@@ -208,9 +208,9 @@ General notes on layers
208
208
- Possible to output vector layers as raster using metadata: "KML_OUTPUTASRASTER" "true"
209
209
- The user can use the KML_FOLDER_DSIPLAY layer or map level metedata to choose a setting. Possible values are 'check' (default), 'radioFolder', 'checkOffOnly', 'checkHideChildren'.
210
210
- The user can use metedata KML_DESCRIPTION or KML_INCLUDE_ITEMS to define the description attached to each feature.
211
-
- The user can use metedata KML_ALTITUDEMODE to specify how altitude components in the <coordinates> element are interpreted. Possible values are: absolute, relativeToGround, clampToGround. http://code.google.com/apis/kml/documentation/kmlreference.html#altitudemode
212
-
- The user can use metedata KML_EXTRUDE to specify whether to connect the LinearRing to the ground. http://code.google.com/apis/kml/documentation/kmlreference.html#tessellate
213
-
- The user can use metedata KML_TESSELLATE to specify whether to allow the LinearRing to follow the terrain. http://code.google.com/apis/kml/documentation/kmlreference.html#extrude
211
+
- The user can use metedata KML_ALTITUDEMODE to specify how altitude components in the <coordinates> element are interpreted. Possible values are: absolute, relativeToGround, clampToGround. https://developers.google.com/kml/documentation/kmlreference?csw=1#altitudemode
212
+
- The user can use metedata KML_EXTRUDE to specify whether to connect the LinearRing to the ground. https://developers.google.com/kml/documentation/kmlreference?csw=1#tessellate
213
+
- The user can use metedata KML_TESSELLATE to specify whether to allow the LinearRing to follow the terrain. https://developers.google.com/kml/documentation/kmlreference?csw=1#extrude
0 commit comments