Connection lines

It is possible to draw a line in between positions on the map (latitude/longitude), address points or x/y-coordinates.

line_(x)

Positioning

P

Declaration of a position by coordinates in the sequence latitude, longitude.

A

Declaration of an address-name position.

X

Declaration of a position by x/y data.

T

You can add transparency to the color of the marker. You can change the value from 0 to 100%.

Default setting is 0%.

Style of the line

C

Line color, value specifications are in HEX CODE e.g. 000000

Default: 000000 = black

W

The width of the line is in pixels. Default: 5 px

OC

The color of an outline for both sides, value specifications are in HEX CODE e.g. FFFFFF

Default: FFFFFF = white

OW

The width of the outline is in pixels (integer values). Default: 2px

Designing a request

&line_(x)=([position;color;width])

Note

Request examples

&line_1=P:51.27646,11.53243,52.27646,12.53243;C:F3F3F3

&line_2=A:address_1,address_3,address_4;C:FFFFFF;W:4

&line_2=X:10,14,200,40;C:FFFFFF;W:4

http://maps1.locr.com/?map_config=202&print=1&width=945&height=945&address_1=CO:DEU;CI:braunschweig;PC:38106;SN:rebenring;NR:33&address_2=CO:DEU;CI:wolfsburg;PC:;SN:;NR:&line_1=A:address_1,address_2;C:000000;OC:000000;W:6