This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.portablecore.worldmapkitprojection [2015/09/21 08:21] admin |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ThinkGeo.MapSuite.Core.WorldMapKitProjection ====== | ||
- | This enumeration represents which projection will use for world map kit. | ||
- | == Remarks == | ||
- | The Default item is the same as DecimalDegrees. | ||
- | == Items == | ||
- | **Default** | ||
- | * **Summary**:The same as DecimalDegrees. | ||
- | |||
- | **DecimalDegrees** | ||
- | * **Summary**:DecimalDegrees, for example, the EPSG:4326 is decimal degrees. | ||
- | |||
- | **SphericalMercator** | ||
- | * **Summary**:SphericalMercator, for example, the Google Maps use EPSG:900913 is spherical mercator. | ||
- | |||