Single point |
<lat>,<lon> |
47.419708,9.358478 |
Point list |
<lat1>,<lon1>+...+<latN>,<lonN> |
47.41,9.35+47.51,8.74+47.13,8.22 |
Line |
<start_point>_<end_point>:<number_of_points> |
50,10_50,20:100 |
Polyline |
<segment1_start_point>_<segment1_end_point>:<number_of_segment1_points>+<segment2_end_point>:<number_of_segment2_points> The start point of each segment is the end point of the previous segment. |
50,10_50,20:100+60,20:10 , 47.42,9.37_47.46,9.04:10+
47.51,8.78:10+47.39,8.57:10 |
Rectangle (fixed number of points) |
<lat_max>,<lon_min>_<lat_min>,<lon_max>:<number_lons>x<number_lats> |
50,10_40,20:100x100 |
Rectangle (fixed resolution) |
<lat_max>,<lon_min>_<lat_min>,<lon_max>:<resolution_lat>,<resolution_lon> |
50,10_40,20:0.1,0.1 |
Rectangle shortcuts |
<shortcut>:<resolution_lat>,<resolution_lon> |
europe:0.1,0.1 ,north-atlantic:100x100 |
Postal (Zip) Codes |
postal_<country_code><zip_code>
Country code refers to ISO3166-1 alpha-2 values of any country on the globe. |
postal_CH9014 ,postal_CH9000 ,
postal_US10001 ,postal_GBW2 ,
postal_CAV5H ,postal_JP100-0000 |