Template:Zh GoogleMap Description MapType: Difference between revisions

From Documentation
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 9: Line 9:
Enter the necessary number of map types.
Enter the necessary number of map types.


 
See also: [http://code.google.com/intl/en-GB/apis/maps/documentation/javascript/maptypes.html#CustomMapTypes Google Maps JavaScript API v3 - Custom Map Types]


=== Map Type properties ===
=== Map Type properties ===
Line 20: Line 20:
|-
|-
|class="zhproperty"|Description||class="zhdescription"|Description
|class="zhproperty"|Description||class="zhdescription"|Description
|-
|class="zhproperty"|Min Zoom||class="zhdescription"|Min Map Zoom (for which exists tiles)
|-
|class="zhproperty"|Max Zoom||class="zhdescription"|Max Map Zoom (for which exists tiles)
|-
|class="zhproperty"|is PNG||class="zhdescription"|Type of tiles images
|-
|class="zhproperty"|Tile Width||class="zhdescription"|Tile Width
|-
|class="zhproperty"|Tile Height||class="zhdescription"|Tile Height
|-
|class="zhproperty"|Get Tile URL function||class="zhdescription"|Implementation of function to get tile URL
|-
|class="zhproperty"|Opacity||class="zhdescription"|Opacity
|-
|class="zhproperty"|Layer Type||class="zhdescription"|Type of map layer<br />
* '''Map''' - it is Basemap
* '''Overlay''' - it is Overlay type
|-
|-
|class="zhproperty"|Published||class="zhdescription"|Published
|class="zhproperty"|Published||class="zhdescription"|Published

Revision as of 10:23, 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


Projection Definition