summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-07-06 16:53:06 -0400
committerJason Wray <jason@mapbox.com>2018-07-06 16:53:06 -0400
commit19605cb4b4e73d3fe8bd1d3ec0a1e0bd8feb7f84 (patch)
tree463bfc65ae7b6231ec2ded2cd49faaf77e35e7b8
parentcde7096e1c02c4bf1181b5c0347bbb43b56cb3cb (diff)
downloadqtlocation-mapboxgl-19605cb4b4e73d3fe8bd1d3ec0a1e0bd8feb7f84.tar.gz
[ios, macos] Remove duplicate MGLTileSourceOptionDEMEncoding declaration
-rw-r--r--platform/darwin/src/MGLTileSource.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/platform/darwin/src/MGLTileSource.h b/platform/darwin/src/MGLTileSource.h
index 667e1e66ca..d55e72a1cb 100644
--- a/platform/darwin/src/MGLTileSource.h
+++ b/platform/darwin/src/MGLTileSource.h
@@ -117,7 +117,6 @@ extern MGL_EXPORT const MGLTileSourceOption MGLTileSourceOptionAttributionInfos;
*/
extern MGL_EXPORT const MGLTileSourceOption MGLTileSourceOptionTileCoordinateSystem;
-
/**
Tile coordinate systems that determine how tile coordinates in tile URLs are
interpreted.
@@ -142,18 +141,6 @@ typedef NS_ENUM(NSUInteger, MGLTileCoordinateSystem) {
MGLTileCoordinateSystemTMS
};
-
-/**
- An `NSNumber` object containing an unsigned integer that specifies the encoding
- formula for raster-dem tilesets. The integer corresponds to one of
- the constants described in `MGLDEMEncoding`.
-
- The default value for this option is `MGLDEMEncodingMapbox`.
-
- This option is not supported by the TileJSON spec.
- */
-extern MGL_EXPORT const MGLTileSourceOption MGLTileSourceOptionDEMEncoding;
-
/**
The encoding formula used to generate the raster-dem tileset
*/