Icons
You can use icons and text to customize your map. Icons can consist of different pins, stars, flags etc..
This is done by the parameter:
icon_(x)
After defining the icon it is positioned on the map with a further parameter "obj_pos_(x)".
Unique use of an icon:
It is also possible to make a unique position directly with the icon definition. But then it is no longer useful to use the parameter “obj_pos (x) ”.
obj_pos-Parameter
N (Name):
Name for icon!
3 Ways to define a position ion map:
LT:;LN:
Position with Latitude/Longitude values
A:
Define with Address
X:;Y:
Absolut position on map.
Beispielaufrufe
&obj_pos_1=N:icon_1;LT:52.275986;LN:10.534172
&obj_pos_2=N:icon_1;A:address_1
&obj_pos_3=N:icon_1;X:10;y:15
Icon-Parameter
I (Icon)
Current style specifications for the character:
C (Color)
Hexadecimal color definition in six-digit form, after the scheme: #RRGGBB
S (Size) % or P
Size of the icon depends on the original icon size
1 - 99% (1 - 99P) = smaller
100% (100P) = normal
101 - 200% (101 - 200P) = larger
NR (Number)
Optional numbering of the characters, max. two digest!
0-99
Aa-Zz
Label
T (Text)
Declare a text which is attached to the character.
The text has to be in “url-code”, possible colons (/:) and semicolons (/;) have two be escaped. Additionally line breaks (word wraps) should be deleted.
P (Position)
Positioning the label to the character
R = right
T = top
B = bottom
C = center
TR = top-right
BR = bottom-right
FC (FontColor)
Font color [see color chart for possible parameters]
FS (FontStyle)
Font style
N = normal
B = bold
I = italic
BI = bold-italic
FG (FontGrade)
Font grade Font size from -5 to +5
One-time positioning of an icon on the map
X;Y
Angabe der Position über Pixelangaben
LT;LN
Angabe der Position über Koordinaten (Latitude, Longitude).
A
Angabe der Position über eine vorher definierte Adresse (Land/Stadt/Strasse)
Request examples
&icon_(x)=([parameter:value;]+)
Advice
URL-requests cannot exceed 8192 characters!
Maximum of 99 icons per map!
Request examples
&icon_1=I:button2;C:YE
&icon_2=I:star2;C:BL;T:Map%20Center;FS:I;FG:2
OR