Project

General

Profile

MapRestServiceExamples » History » Revision 3

Revision 2 (Andreas Kohlbecker, 12/02/2008 02:13 PM) → Revision 3/75 (Andreas Kohlbecker, 12/02/2008 02:25 PM)

 
 # Examples for URI requests to the Map REST Service 


 The EDIT Map Service offers an API interface to the EDIT Map Viewer functions. Integrate clear colourful maps into your own website or application. Choose data sources and adapt colour, symbology, extent, background textures and line types to fully customise your map. This page give some usage examples of the [[MapRestServiceApi|Map REST Service API]] 



 ## Distribution Maps 



 ### Map REST Service - Version 1 


 Service URL: http://edit.csic.es/v1/areas.php 


 ~~~ 

 ~~~ 


 ### Map REST Service - next Version 



 ## Occurrence Maps 



 ### Map REST Service - Version 1 


 Service URL: http://edit.csic.es/v1/points.php 


 ~~~ 
 <code class="html"> 
 <img src="http://edit.csic.es/v1/areas.php?l=earth&ad=tdwg3:a:PHI,VAN,BAN,SRL,VIE,MOL,CHC,CRL,JAW,FIJ,SUM,MYA,MLY,NWG,MRN,AND,CHH,BOR,IND,CHS,THA,TAI,LAO,SUL,BIS,CBD,SOL,ASS&as=a:8dd3c7,,1&ms=700&bbox=-180,-90,180,90)" /> 
 ~~~ 

 ~~~ 
 l=earth&ad=tdwg3:a:PHI,VAN,BAN,SRL,VIE,MOL,CHC,CRL,JAW,FIJ,SUM,MYA,MLY,NWG,MRN,AND,CHH,BOR,IND,CHS,THA,TAI,LAO,SUL,BIS,CBD,SOL,ASS&as=a:8dd3c7,,1&ms=700&bbox=-180,-90,180,90 
 ~~~ 


 ### Map REST Service - next Version