Template:Zh GoogleMap Description MapType: Difference between revisions

From Documentation
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 42: Line 42:
|}
|}


See also: [[Zh_GoogleMap_CustomMapType|Creating Custom Map Type]]


=== Projection Definition ===
=== Projection Definition ===
This additional section you can use to create your own map projections.
Lets check how to create Custom Map Type with Projection


[[File:GM-MapType-Detail-MapTypeDefinition.JPG]]
[[File:GM-MapType-Detail-MapTypeDefinition.JPG]]
All fields in this sliders is text fields and for understand its purpose see tutorial [[Zh_GoogleMap_CustomMapType|Creating Custom Map Type]]




Line 55: Line 62:


[[File:GM-MapType-Detail-MapTypeDefinition-PLL.JPG]]
[[File:GM-MapType-Detail-MapTypeDefinition-PLL.JPG]]
See also: [[Zh_GoogleMap_CustomMapType|Creating Custom Map Type]]

Revision as of 10:32, 3 February 2012

Creating Map Type

The map type means a custom map type for getting tiles.

We turn to the tab "Map Type".

Enter the necessary number of map types.

See also: Google Maps JavaScript API v3 - Custom Map Types

Map Type properties

Title Path Title
Description Description
Min Zoom Min Map Zoom (for which exists tiles)
Max Zoom Max Map Zoom (for which exists tiles)
is PNG Type of tiles images
Tile Width Tile Width
Tile Height Tile Height
Get Tile URL function Implementation of function to get tile URL
Opacity Opacity
Layer Type Type of map layer
  • Map - it is Basemap
  • Overlay - it is Overlay type
Published Published

See also: Creating Custom Map Type

Projection Definition

This additional section you can use to create your own map projections.

Lets check how to create Custom Map Type with Projection

All fields in this sliders is text fields and for understand its purpose see tutorial Creating Custom Map Type


See also: Creating Custom Map Type