Template:Zh GoogleMap Description MapType: Difference between revisions

From Documentation
Jump to navigation Jump to search
mNo edit summary
Line 17: Line 17:
{|class="zhpropertytable"
{|class="zhpropertytable"
|-
|-
|class="zhproperty"|Title||class="zhdescription"|Path Title
|class="zhproperty"|Title||class="zhdescription"|Map Type Title
|-
|-
|class="zhproperty"|Description||class="zhdescription"|Description
|class="zhproperty"|Description||class="zhdescription"|Description

Revision as of 13:29, 10 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 Map Type 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
Category The category that this map type is assigned to

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