Project

General

Profile

MapRestServiceApi » History » Version 58

Andreas Kohlbecker, 07/02/2014 07:22 AM

1 1 Andreas Kohlbecker
2 2 Andreas Kohlbecker
3 1 Andreas Kohlbecker
4 8 Andreas Kohlbecker
5
# Map REST Service
6 1 Andreas Kohlbecker
7
8
9 12 Andreas Kohlbecker
----
10
11
_This is not a specification of a publicly available service but a proposal and guidance for the implementation of next version of the EDIT Map Service_
12
13 1 Andreas Kohlbecker
14 35 Andreas Kohlbecker
_The next version of the EDIT Map Service is being discussed on [[MapRestServiceApi_20_Discussion|MapRestServiceApi 2.0 Discussion]]_
15 34 Andreas Kohlbecker
16
17 1 Andreas Kohlbecker
----
18 21 Niels Hoffmann
19
20
{{>toc}}
21
22 12 Andreas Kohlbecker
23
24
25 20 Andreas Kohlbecker
## Servers
26
27
28
The map services are currently available from the following servers:
29
30
31 54 Andreas Kohlbecker
* Primary server: http://edit.africamuseum.be/edit_wp5.
32 1 Andreas Kohlbecker
33 54 Andreas Kohlbecker
* Secondary server: http://edit.br.fgov.be/edit_wp5
34 1 Andreas Kohlbecker
35 53 Andreas Kohlbecker
36 58 Andreas Kohlbecker
The EDIT map service offers 3 different service endpoints. :
37 1 Andreas Kohlbecker
38 29 Franck Theeten
39 58 Andreas Kohlbecker
 **Recommended endpoint:** 
40 55 Andreas Kohlbecker
41 29 Franck Theeten
42 1 Andreas Kohlbecker
* **rest_gen.php** (version 1 developped from May 2011): Merging [areas.php" and "points.php]() color theme both for areas (polygons) and distribution points. Output in JSON format is also available. 
43
44
45 58 Andreas Kohlbecker
 **End points only for testing and special purposes:** 
46
47
* **areas.php**  (version 1 dev. from 2007): displaying maps with areas (polygons) having a color theme dynamically defined by HTTP GET or POST parameters. Output in json format is also available.
48
49
* **points.php** (version 1 dev. from 2007): displaying maps with points for occurrence data. Position, legend and symbology of the points can be dynamically defined by HTTP parameters. Output in JSON format is also available.
50
51
 
52 53 Andreas Kohlbecker
Versions:
53 1 Andreas Kohlbecker
54
55 53 Andreas Kohlbecker
* version 1  - used by most of users (May 2011):
56 1 Andreas Kohlbecker
57 53 Andreas Kohlbecker
  * http://edit.africamuseum.be/edit_wp5/v1/points.php
58 1 Andreas Kohlbecker
59 53 Andreas Kohlbecker
  * http://edit.africamuseum.be/edit_wp5/v1/areas.php
60 29 Franck Theeten
61 53 Andreas Kohlbecker
  * http://edit.africamuseum.be/edit_wp5/v1/rest_gen.php
62 29 Franck Theeten
63 53 Andreas Kohlbecker
* version 1.1 - (20th of May 2011)
64 1 Andreas Kohlbecker
65 53 Andreas Kohlbecker
  * http://edit.africamuseum.be/edit_wp5/v1.1/points.php
66 1 Andreas Kohlbecker
67 53 Andreas Kohlbecker
  * http://edit.africamuseum.be/edit_wp5/v1.1/areas.php
68 1 Andreas Kohlbecker
69 53 Andreas Kohlbecker
  * http://edit.africamuseum.be/edit_wp5/v1.1/rest_gen.php
70 29 Franck Theeten
71 53 Andreas Kohlbecker
* version 1.2 - **recommended** 
72 29 Franck Theeten
73 53 Andreas Kohlbecker
  * http://edit.africamuseum.be/edit_wp5/v1.2/points.php
74 29 Franck Theeten
75 53 Andreas Kohlbecker
  * http://edit.africamuseum.be/edit_wp5/v1.2/areas.php
76 29 Franck Theeten
77 53 Andreas Kohlbecker
  * **http://edit.africamuseum.be/edit_wp5/v1.2/rest_gen.php** 
78 29 Franck Theeten
79 20 Andreas Kohlbecker
80
81 12 Andreas Kohlbecker
82 1 Andreas Kohlbecker
## Introduction
83
84
85 3 Andreas Kohlbecker
The EDIT Map Service returns map images in response to a URL. Distribution and occurrence maps can be generated.
86 1 Andreas Kohlbecker
87 15 Andreas Kohlbecker
Each map is specified by attributes (URL query parameters) or in future by configuration files whose location is given by attributes to the service, which in turn will load the files to process them.
88 1 Andreas Kohlbecker
89 5 Andreas Kohlbecker
These configuration files are not Geoserver/WMS config files. These files are an alternative way to submit settings for a map to the wms wrapper. For example you can specify areas as described below or you tell the service  from where it can download a file which contains all the area definitions. Practical exampls of URI requests to a EDIT Map Service are found on [[MapRestServiceExamples|Map REST Service Examples]].
90 12 Andreas Kohlbecker
91
92
Some parts and features of this REST API is still in a creative process these considerations and thoughts are collected and discussed in [[MapRestServiceIdeas]].
93 1 Andreas Kohlbecker
94
95
96
## Conventions and general considerations
97
98
99 3 Andreas Kohlbecker
The EDIT Map Service is a service wrapping around a WMS geoserver. wms query parameters can be used in addition to the API attributes defined here. The wrapper internally construct the WMS GetMap request from the REST API attributes.
100 1 Andreas Kohlbecker
101
102
The request URIs must conform to [RFC 3986](http://tools.ietf.org/html/rfc3986.)
103
104
105 3 Andreas Kohlbecker
The EDIT Map Service ignores wms attributes if a substitute is defined in this specification, e.g.:
106 1 Andreas Kohlbecker
107
108 19 Andreas Müller
* **request=!GetMap**  -              not needed
109 1 Andreas Kohlbecker
110
* **Format          ** -             optional (need to define default : png?)
111
112
* **bbox              ** -           required!
113
114
* **width, height**         -        replaced by **ms** 
115
116
* **layers               ** -       replaced by **l**  optional
117
118
* **SRS                  ** -      (Spatial Reference System (SRS) identifier ) optional ( Defines projections in WMS GetMap request. Using EPSG:4326 (WGS84 lat/long) is the default but can be changed on-the-fly to different UTM and much more zone specific.)
119
120
121
In attribute names the following letters are used as abbreviations for:
122
123
124
* d: data
125
126
* s: style / size
127
128
* a: area
129
130
* r: resolution
131
132
* g: grid
133
134
* o: occurrence
135
136
* c: cell  
137
138
* l: layer
139
140
* m: map image
141
142
143
Since there is a size limitation for URLs the API syntax is soze optimizes where possible. This is mainly achieved by avoiding redundancies and could be further improved by reducing the need for separators. 
144
145
146
147
### Reserved Characters
148
149
150
The colon ':' is used as delimiter between a leading identifier and the data, style ...
151
152
153
The semi-colon ";" is always used as delimiter between entries of the same data type.
154
155
156
The comma "," character delimits the sub-entries of which a singel entry can be composed (e.g: <longitude>,<latitude>).
157
158
159
Data entities of different types which together specifiy a character out of a matrix (or tree) of possible characters are delimited by the dash "/" (e.g: <shape>/<size>/<color>).
160
161
162
There is no delimiter to concatenate multiple lists of entries into a single attribute. In this case the same attribute is used multiple time in the request URI, every time assigned to another set of entries ( e.g.: @od=1:38.326,-0.822;38.328,-0.542&od=3:40.78,-4.009;43.461,-5.412@).
163
164
165
166
### Syntax Definition
167
168
169 22 Andreas Kohlbecker
The grammar definition which is adapted from the [Backus-Naur Form (BNF)](http://en.wikipedia.org/wiki/Backus%E2%80%93Naur_Form) is using the following characters:
170 1 Andreas Kohlbecker
171
172
Brackets "[]" are used to enclose optional attributes.
173
174
175
Angles "<>" are used to enclose data component names.
176
177
178 22 Andreas Kohlbecker
The expressions "[[]"|and "[;..]]" indicate that the preceding element can be repeated multiples times using the particular delimiter.
179 1 Andreas Kohlbecker
180
181 22 Andreas Kohlbecker
The pipe character "|" is being used to separate optional entries. 
182 1 Andreas Kohlbecker
183 22 Andreas Kohlbecker
184
185 9 Andreas Kohlbecker
## Map Services
186 1 Andreas Kohlbecker
187
188 9 Andreas Kohlbecker
There are two different services which are used for creating maps. One service for creating maps and another one being responsible for creating the legends. The map created by the map service can directly include legends in which case the map service is using the legend service internally. The services are registered to the following URI sub paths:
189 1 Andreas Kohlbecker
190
191 10 Andreas Kohlbecker
* map service: @ ./map/ @
192 1 Andreas Kohlbecker
193 10 Andreas Kohlbecker
* legend service: @ ./legend/ @
194 1 Andreas Kohlbecker
195
196
197
198 10 Andreas Kohlbecker
199
## Layers
200
201
202 9 Andreas Kohlbecker
For wms areas are specified in shape files (polygons in *.shp + area index in *.shx).
203 1 Andreas Kohlbecker
204 10 Andreas Kohlbecker
205 1 Andreas Kohlbecker
The map service offers a set of default raster data and shape files e.g. for all 4 TDWG regions, ISO regions etc.
206 9 Andreas Kohlbecker
207 10 Andreas Kohlbecker
208 1 Andreas Kohlbecker
These predefined layers can be selected by the layer name, e.g. tdwg1 for TDWG regions level 1.  
209
210
211 9 Andreas Kohlbecker
 **Attribute:** 
212 10 Andreas Kohlbecker
213 1 Andreas Kohlbecker
214 10 Andreas Kohlbecker
215
~~~
216 22 Andreas Kohlbecker
(layer) l=<layer name>[:[<layer style id>][<shp file url>|<raster data url>]];...
217 1 Andreas Kohlbecker
~~~
218
219 13 Andreas Kohlbecker
The (layer) "l" attribute is an facultative one it is not needed if only predefined layers are used for a map.
220
221
222 1 Andreas Kohlbecker
Multiple layer definitions are separated by dash characters.
223
224
225
Where
226
227
* `<layer name>` is the name of either a default shape file offered by the server or a new name.
228
229
* `<layer style id>` is the identifier of a layerstyle 
230
231
232
The order of <layer name> parameters in the attribute specifies the order of the layer stack for the map image from bottom to top. Raster data must be the first on the list, otherwise you cannot see vector layers.
233
234
235
In the latter case the optional attribute `<shp file url>` must be given to specify a *.shp file to processed by the server. The name of the also required *.shx (index-) file is inferred from @<shp file url>@. 
236
237
238 11 Andreas Kohlbecker
 **Available Layers (<layer name>)** 
239
240
241 24 Andreas Müller
* tdwg1 ([overview](http://edit.br.fgov.be:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=topp:tdwg_level_1&styles=&bbox=-180.0,-90.0,180.0,83.624&width=684&height=330&srs=EPSG:4326&format=application/openlayers))
242 11 Andreas Kohlbecker
243 24 Andreas Müller
* tdwg2 ([overview](http://edit.br.fgov.be:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=topp:tdwg_level_2&styles=&bbox=-180.0,-90.0,180.0,83.624&width=684&height=330&srs=EPSG:4326&format=application/openlayers))
244 11 Andreas Kohlbecker
245 24 Andreas Müller
* tdwg3 ([overview](http://edit.br.fgov.be:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=topp:tdwg_level_3&styles=&bbox=-180.0,-90.0,180.0,83.624&width=684&height=330&srs=EPSG:4326&format=application/openlayers))
246 11 Andreas Kohlbecker
247 24 Andreas Müller
* tdwg4 ([overview](http://edit.br.fgov.be:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=topp:tdwg_level_4&styles=&bbox=-180.0,-90.0,180.0,83.624&width=684&height=330&srs=EPSG:4326&format=application/openlayers))
248 11 Andreas Kohlbecker
249 23 Franck Theeten
* earth
250 11 Andreas Kohlbecker
251 36 Franck Theeten
* e_provinces
252
253 37 Franck Theeten
* several vmap0 layers (http://en.wikipedia.org/wiki/Vector_Map http://gis-lab.info/qa/vmap0-eng.html)
254 1 Andreas Kohlbecker
255 37 Franck Theeten
 
256 38 Franck Theeten
~~~
257
currently (8/8/2011) there are 76 vmap0 layers in the EDIT Geoserver WMS. 
258
     They are (roughly) divided in 4 zones:
259
         * Europe (layers beginning with 'vmap0_eu' in the EDIT WMS)
260
         * Asia and Oceania (layers beginning with 'vmap0_as' in the EDIT WMS 
261
         * Africa and South America (layers beginning with 'vmap0_afsa' in the EDIT WMS)
262
         * North America (layers beginning with 'vmap0_na' in the EDIT WMS)
263
~~~
264
* The complete European dataset has been imported, with political (borders of countries and national subdivisions (like Belgian and Dutch Provinces, French Regions, German Landers, Italian regions Swiss Canton etc...) layers,
265
266
 ecological layers (soil, rivers, vegetation}, layers on infrastructure and habitat (urban areas, roads, railways) etc...
267
268
* Only parts of the information have been imported for the 3 other zones , but they all features at least the political boundaries:
269
270
* Europe: http://edit.br.fgov.be:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=topp:vmap0_eur_bnd_political_boundary_a&styles=&bbox=-31.266,30.0,180.0,81.857&width=1344&height=330&srs=EPSG:4326&format=application/openlayers
271
272
* Asia and Oceania: http://edit.br.fgov.be:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=topp:vmap0_na_bnd_political_boundary_a&styles=&bbox=-180.0,-30.531,-7.921,83.627&width=512&height=339&srs=EPSG:4326&format=application/openlayers
273
274
* Africa and South America: http://edit.br.fgov.be:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=topp:vmap0_afsa_bnd_political_boundary_a&styles=&bbox=-180.0,-30.531,-7.921,83.627&width=512&height=339&srs=EPSG:4326&format=application/openlayers
275
276
* North America: http://edit.br.fgov.be:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=topp:vmap0_na_bnd_political_boundary_a&styles=&bbox=-180.0,-30.531,-7.921,83.627&width=512&height=339&srs=EPSG:4326&format=application/openlayers
277
278
279
The provinces are named and retrievable through "GetFeature" WMS queries.
280
281
282
* -It is possible to ask for more layers as the complete Vmap0 has been loaded into the PostGIS database feeding the EDIT WMS.
283
284
285
* -It is also possible to aggregate together several layers in oen alias with one specific style, but this operation is tedious as it requires the manual configuration of several SLD files:
286
287
288
289
*  e.g: http://edit.br.fgov.be:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=vmap0_world_basic&styles=&bbox=-180.0,-90.0,180.0,90.0&width=660&height=330&srs=EPSG:4326&format=application/openlayers
290
291
292
* -An aggregate layer of all the national subdivisions of the world is available. 
293
294
295
* Its name is "*vmap0_world_national_boundaries*"
296
297
http://edit.br.fgov.be:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=vmap0_world_national_boundaries&styles=&bbox=-180.0,-90.0,180.0,83.627&width=684&height=330&srs=EPSG:4326&format=application/openlayers
298
299
300
  
301
302
  
303
304
305
----
306
307 11 Andreas Kohlbecker
 
308 1 Andreas Kohlbecker
309 38 Franck Theeten
For a complete list of currently available layers see [geoserver layer preview](http://edit.br.fgov.be:8080/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.demo.MapPreviewPage)
310 25 Andreas Müller
311
312 27 Andreas Müller
 **Layer styles** 
313
314
315 1 Andreas Kohlbecker
Layer styles are defined by the layer_style attribute
316
317
318
~~~
319
(layer style) ls=<layer_style_id>:[<line_color>][/<line_width>][/<stroke_style_id>];..
320
~~~
321
322
Where 
323
324
* `layer_style_id` is the layers identifier
325
326
* `line_color` is the color of border lines used in the layer
327
328
* `line_width` is the width of the border lines
329
330
* `stroke_style_id` is an id for the stroke (still to be defined)
331 11 Andreas Kohlbecker
332 1 Andreas Kohlbecker
333
334
335
> [Pere]
336
337
> Shapefiles is the ESRI (propietary) format for storing vector data. The most performant way of storing areas are in postGIS database. 
338
339
> We could insert the .shp in postGIS and try to “inform” Geoserver of this new layer... something like this has been done before but it can be complicated. 
340
341
>
342
343
344
> Another issue is to insert information (CSV files or whatever, even shapefile)  in an already existing postGIS database (as the table already exists and is defined in Geoserver, we just need an userid filter to get the data we just have inserted now; this is the technique used in mapViewer to filter the CSV data you insert). 
345
346
>
347
348
>> [[Andreas|K]] So the solution could be like the following:
349
350
>> - We allow for example 20 extra layers as postGIS tables
351
352
>> - Shapefiles (or GML?) are inserted by shp2pgsql into one of the postGIS tables
353
354
>> - An md5 hash of the according URL parameter token ( <layer name>[[<shp|file url>]][[<raster|data url>]] ) is used as key to identify, i.e. to filter the shapes for this layer definition for the geoserver. Otherwise 1) you would have to add a URL queryparameter user=<username>
355
356
357
358
## Areas
359
360
361 23 Franck Theeten
*A.Attribute (for all layers)*: 
362 1 Andreas Kohlbecker
363
~~~
364 23 Franck Theeten
  (area data) ad=<layer name>:<field name>:<area set>[;..]
365
      <area set> ::= <area style ids>:<area id list>
366
      <area id list> ::= <area id>[,..]
367
~~~
368
369
Where 
370
371
372
* `<field name>` is the name of the field in the WMS layer that contains the <area style ids>
373
374
* `<area style ids>` is a string of one letter `[a-z,A-Z]` area style ids
375
376
* `<area id>` either is the shape index as defined in the *.shx file or a area name. Area names are internally translated by the service ito shape index.
377
378
379
e.g:
380
381 57 Andreas Kohlbecker
http://edit.africamuseum.be/edit_wp5/v1/areas.php?l=cyprusdivs&ad=cyprusdivs:bdcode:a:4|b:2|c:8&as=a:000000~0.1|b:~0.1|c:000000~0.1&title=a%3ACasual%3F|b%3Anaturalised|c%3AIndigenous&l=tdwg4&ad=cyprusdivs:bdcode:a:4|b:2|c:8&as=a:000000~0.1|b:~0.1|c:000000~0.1&title=a:Casual%3F|b:naturalised|c:Indigenous&img=false&ms=500&bbox=32,34,35,36&labels=1&img=true&ms=500&img=true&legend=1&mlp=3&mc_s=Georgia,15,blue&mc=&recalculate=false
382 23 Franck Theeten
383
384
385
*B.Attribute (optional for precoded TDWG layers)*: 
386
387
~~~
388 1 Andreas Kohlbecker
  (area data) ad=<layer name>:<area set>[;..]
389
      <area set> ::= <area style ids>:<area id list>
390
      <area id list> ::= <area id>[,..]
391
~~~
392
393
Where 
394
395
396 23 Franck Theeten
* `<area style ids>` is a string of one letter `[a-z,A-Z]` area style ids
397 1 Andreas Kohlbecker
398 23 Franck Theeten
* `<area id>` either is the shape index as defined in the *.shx file or a area name. Area names are internally translated by the service ito shape index.
399 1 Andreas Kohlbecker
400 23 Franck Theeten
* `<field name>` (2nd parameter of previous case) can be dropped in this case.  
401 1 Andreas Kohlbecker
402
403
404
## Area Style
405
406
407
*Attribute*: 
408
409
~~~
410
  (area style) as=<area style id>:<area style definition>[;..]              
411
  
412
   <area style definition> ::= <pattern id>/<color>[/<style_label>] -  defines a pattern and foreground color to fill a shape with
413
   <area style definition> ::= <color>[/<style_label>] -  defines a background (fill) color for a shape
414
~~~
415
Where 
416
417
* `<pattern id>` is a number from 0 to 99 identifying a predefined fill pattern
418
419
* `<color>` is a RGB hex code always 6 letters long
420
421
* `<style_label>` is the label of the style in the legend
422
423
424
*Further improvement*: 
425
426
427
  Removing the unnecessary colons used as separator, they are just for readability. 
428
429
430
  Area styles can easily parsed without.
431 39 Franck Theeten
432
433
### Point Style
434
435
436
*attribute*:
437
438
439
~~~
440
os=indexer:shape/RGB_fillcolor/size_of_shape/label
441
(1 indexer; 4 parameters separated by “/”):
442
~~~
443
444
e.g:
445
446
os=1:c/0000FF/17/others
447
448
449
indexer	        =	1 (can also be text)
450
451
452
shape		= 	“c” (circle). other possible values: "c"=>circle; "s" =>star; "sq"=> square
453
454
455
fill color	=	0000FF (Blue)
456
457
458
size		=	17
459
460
461
label		= 	"others"
462
463
464
                         
465
466 1 Andreas Kohlbecker
467
468
469
## Grids
470
471
472
473
*Attributes*: 
474
475
476
~~~
477
(grid resolution) gr=<layer name>[:<layer style id>]:<long>[,<lat>] - specifies a grid layer
478
479
(grid data)       gd=<layer name>:<cell set>[;..]
480
                  <cell set> ::= <cell style id>:<cell id>
481
~~~
482
        
483
484
       
485
Where 
486
487
      `<layer name>` is the name of a predefined grid layer or a new name identifying the grid specified by the additional attributes.
488
489
      `<long>` is horizontal resolution in degrees eg. 1, 10, 0.6, 0.1 ...
490
491
492
      `<lat>` This optional attribute is the vertical resolution in degrees eg. 1, 10, 0.6, 0.1. if felt out the `<long>` attribute will taken instead
493
494
495
      <cell id> is the identifier of a cell concatenated of the horizontal and vertical cell number (figure) or the cell identifier of a predefined grid layer like UTM 25000. 
496
497
498
~~~
499
                  0   1 
500
                +---+---+
501
              0 | 00| 01|
502
                +---+---+
503
              1 | 10| 11|
504
                +---+---+
505
~~~
506
507
> If grid follows an already defined projection and resolution (for example UTM 25000 resolution that can be seen in mapViewer) we already have in our database the corresponding code for each cell. This code can be labeled (shown on the map). 
508
509
>
510
511
>> So we can ad  the following to the proposal (see above..)
512
513
                
514
~~~
515
      <cell style id>  is the id of a cell style .... [TODO]
516
~~~
517
518
 **Open questions:** 
519
520
521
* how to define style labels for the longitude and latitude axis?
522
523
524
525
## Occurrences
526
527
528
*Attributes*: 
529
530
531
~~~
532
  (occurrence data)  od=<occurrence set id>:<occurrence entry list>
533
  <occurrence entry list> ::= <occurrence entry>[;..]
534
  <occurrence entry> ::= <long>,<lat>[,<precision>]
535
  
536
  (occurrence style) os=<occurence style definition>[;..]
537
  <occurence style definition> ::= <occurrence set id>:<style>/<color>
538
~~~
539
540
Where
541
542
543
* `<occurrence set id>` is an number [0-9] on 1..n digits
544
545
* `<long>` is longitude in degrees of the occurrence point
546
547
* `<lat>`  is latitude in degrees of the occurrence point
548
549
* `<precision>` precision 
550
551
* `<color>` is a RGB hex code always 6 letters long
552
553
* `<style>` either one letter [[a-z|A-Z]] except 'u' and 'z' which are used for
554
555
  * u: u<unicode hex code(4 letters)> unicode character as occurrence point icon  
556
557
  * z: z<number> custom style reserved for future use  
558
559
  * c: circle
560
561
  * s: square
562
563
  * ....
564
565
566 9 Andreas Kohlbecker
567
## Legends
568
569
570
Legends can be either be horizontal or vertical legends (see below) you can place the legend on top or bottom or at the left or right side  or at the edges of the map. 
571
572
573
~~~
574
 (map legend type) mlt=<legend type id>
575
  <legend type id> ::= h|v // see below for explanation
576
577
 (map legend position) mlp=
578
  <legend position id> ::= 1|2|3|4|5|6|7|8  // see below for explanation
579
~~~
580
581
582
 **horizontal legend** (@mlt=h@):
583
584
~~~
585
item 1
586
item 2
587
item 3
588
~~~
589
590
 **vertical legend** (@mlt=v@):
591
592
~~~
593
item 1 item2 item 3
594
item 4 item 5 item 6
595
~~~
596
597
*legend positioning*:
598
599
~~~
600
+-----+
601
|1 2 3|
602
|4   5|
603
|6 7 8|
604
+-----+
605
~~~
606 1 Andreas Kohlbecker
607
608
## Map Image
609
610
611
Attributes:
612
613
~~~
614
  (map size)        ms=[<units>:][<width>][,<height>]
615
616
  (map resolution)  mr=<pdi>
617
~~~
618
  
619
620
Where 
621
622
* `<units>` is optional an is one of px, mm, cm, .... defaults is px
623
624
* `<pdi>` is the resolution of the image in dpi, default is 72dpi
625
626
627
*Open questions*:
628
629
630
* color space / profile definition could be important for print quality maps required? how to ?
631
632
* how to style and configure legends?
633 16 Pere Roca Ristol
634
635
636
## Labels
637
638
639
How to define for each layer if we are interested (or not) to view it's label?
640
641
Andreas K. suggested these two main options:
642
643
644
1) extend the labels parameter:
645
646
647
labels =<layer name>:[0|1],...
648
649
650
2) extend the layers parameter with something like:
651
652
653
(layer) l=<layer name>[[[<layer|style id>]],[[<labels_on>]|[/<shp file url>]][[<raster|data url>]]];...
654 28 Franck Theeten
655
656
657
658
## Background WMS layer
659
660
661
The REST services also provide possibility to display background layer coming from external WMS:
662
663
664
There are 3 parameters to take into consideration
665
666
667
  
668
669
1)   "externalwms"       : The base URL of the WMS to query ("root" of the GetCapabilities" request.
670
671
  
672
673
2)   [externalwmsversion]() The version of the WMS standard used by the server (OPTIONAL: default value is "1.1.1")
674
675
  
676
677
3)   "externalwmslayer"  : A list of layers coming from the same WMS (comma-separated) 
678
679
680
The complete syntax is the following:
681
682
683
~~~
684
externalwms=[base URI of the WMS]&externalwmsversion=[externalwmsversion]&externalwmslayer=[name_layer_1][,name_layer_2][,...name_layer_n]
685
~~~
686
687
688
689
e.g.:
690
691
692
693
~~~
694 57 Andreas Kohlbecker
http://edit.africamuseum.be/edit_wp5/v1/rest_gen.php?od=1:52.17,14.26|52.18,14.26|52.16,14.27|52.16,14.28|52.16,14.29|52.29,14.26|52.28,14.39|52.28,14.41|52.2,14.43|52.19,14.52|52.12,14.46|52.13,14.46|52.11,14.47|52.12,14.47|52.13,14.47|52.18,14.49|52.19,14.49|52.06,14.5|52.07,14.5|52.09,14.5|52.06,14.51|52.07,14.51|52.21,14.51|52.06,14.52||2:52.08,14.53|52.09,14.53|52.06,14.55&os=1:s/8B0000/7/all||2:c/0000FF/7/others&l=earth:d&ad=vmap0_eur_pop_built_up_a:nam:d:%||vmap0_eur_pop_built_up_a:nam:a:EICHWALDE||vmap0_eur_pop_built_up_a:nam:b:COTTBUS||vmap0_eur_pop_built_up_a:nam:c:ZERNSDORF,BINDOWBRUCK,SENZIG&as=a:984ea3|b:ff7f00,1,0.1|c:ffff33,,0.1|d:FFCEFD,FFCEFD,0.1&title=a:EICHALDE|b:COTTBUS|c:ZERNSDORF,BINDOWBRUCK,SENZIG|d:others%20municipalities&img=true&recalculate=true&legend=1&mlp=1&ms=400,350&bbox=13.50,51.4,15,52.7&recalculate=false&callback=true&externalwms=http://isk.geobasis-bb.de/ows/dnm.php&externalwmsversion=1.1.1&externalwmslayer=bg%2Cvegetation%2Cgewaesser%2Csiedlung%2Cbln%2Cbrb%2Ctransport%2Cverkehrsobjekte%2Cstrassennamen%2Cortsnamen%2Cgewaessernamen
695 28 Franck Theeten
~~~
696 40 Franck Theeten
697
698 43 Franck Theeten
699 44 Franck Theeten
## Available layers
700
701
702
703 49 Franck Theeten
### 1) topp:em_tiny_jan2003 _Added 2013/07/25_
704 48 Franck Theeten
  
705
(layer originating from the Helsinki Natural history museum for Euro+Med areas : http://dev.e-taxonomy.eu/trac/ticket/2707). 
706 1 Andreas Kohlbecker
707
708 43 Franck Theeten
709 48 Franck Theeten
710
711 1 Andreas Kohlbecker
## Available Projections
712
713 48 Franck Theeten
714
715 50 Franck Theeten
### 1) EPSG:7777777 _Added 2013/07/25_
716 48 Franck Theeten
717 1 Andreas Kohlbecker
Projection for topp:em_tiny_jan2003
718 48 Franck Theeten
719
WKT (geoserver "epsg.properties):
720
721 51 Andreas Kohlbecker
~~~
722 52 Andreas Kohlbecker
7777777=PROJCS[
723
	"Lambert_Conformal_Conic",
724
	GEOGCS[
725
		"GCS_Unknown",
726
		DATUM[
727
			"D_European_1950",
728
			SPHEROID[
729
				"International_1924",
730
				6378388,297
731
			]
732
		],
733
		PRIMEM[
734
			"Greenwich",
735
			0
736
		],
737
		UNIT[
738
			"Degree",
739
			0.017453292519943295
740
		]
741
	],
742
	PROJECTION[
743
		"Lambert_Conformal_Conic"
744
	],
745
	PARAMETER[
746
		"standard_parallel_1",
747
		42
748
	],
749
	PARAMETER[
750
		"standard_parallel_2",
751
		56
752
	],
753
	PARAMETER[
754
		"latitude_of_origin",
755
		35
756
	],
757
	PARAMETER[
758
		"central_meridian",
759
		24
760
	],
761
	PARAMETER[
762
		"false_easting",
763
		3000000
764
	],
765
	PARAMETER[
766
		"false_northing",
767
		100000
768
	],
769
	UNIT[
770
		"Meter",
771
		1
772
	]
773
]
774 1 Andreas Kohlbecker
~~~
775
Proj4 (PostGIS):
776
777 51 Andreas Kohlbecker
~~~
778 52 Andreas Kohlbecker
+proj= lcc + 42 + 56 + 35 + 24 + 3000000 + 100000 (id in the spatial_ref_sys_table is 7777777)
779 51 Andreas Kohlbecker
~~~
780 56 Andreas Kohlbecker
781
782
783
## latest developments
784
785
786
Preliminary documentation on experimental features are found in the following tickets (only accessible for registered developers after login):
787
788
789
*  #4150 (compile edit map service documentation of new features in version v1.4_dev and v1.5_dev)