Markers
You can place markers on the map in addition to the icons.
marker_(x)
After defining a marker you position the marker in an additional parameter on the map.
Parameters
M
Current mark styles:
circle
square
C
Marker color, value specifications are in HEX CODE e.g. 000000 or NONE Default: 000000 = black
OW
Width of the outline in pixel
Default: 0 (no outline)
OC
Color of the outline, value specifications are in HEX CODE e.g. 000000
Default: 000000 = black
S
Marker size (Integers for pixels)
for circles the value refers to the radius.
for rectangles the value refers to the length of one side.
T
You can add transparency to the color of the marker. You can change the value from 0 to 100%.
Default setting is 30%
Designing a request
&marker_(x)=([parameter:value;]+)
Note
URL-requests cannot exceed 8192 characters!
Maximum of 99 icons per map!
Request examples
&marker_1=M:circle;C:FFFFFF;S:20;T:1
&marker_2=M:square;C:F3F3F3;S:10;T:1