Changes between Version 10 and Version 11 of Maps


Ignore:
Timestamp:
Dec 21, 2010 2:18:55 PM (2 years ago)
Author:
stoecker
Comment:

Cleanup a bit

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v10 v11  
    7171Four types of imagery services are supported which are specified by URL following prefixes: 'wms:', 'html:', 'tms:' and 'bing:'. By default 'wms:' prefix is used.  
    7272 
    73 == WMS-like services == 
    74 WMS-like services are specified by 'wms:' and 'html' prefixes. URL's of these services must be designed to append arguments directly behind. So the they should either end with ''?'' or ''&''. Following arguments are added 
     73== WMS services == 
     74WMS services are specified by 'wms:' prefix (can be omitted). URL's of these services must be designed to append arguments directly behind. So the they should either end with ''?'' or ''&''. Following arguments are added 
    7575 * width, 
    7676 * height 
     
    8585 * {w},{s},{n},{e} are replaced by corresponding coordinates 
    8686 
    87 == TMS-like services == 
    88 TMS-like services are specified by 'tms:' and 'bing:' prefixes. Bing service is currently hardcoded and everything after this prefix is ignored. 
     87== Pseudo-WMS services == 
     88 
     89Pseudo-WMS service are specified by 'html:' prefix. Essentially they are equal to WMS services, but instead of a real WMS a HTML script does the 
     90image creation. This file is then downloaded by a image grabber. 
     91 
     92== TMS services == 
     93TMS services are specified by 'tms:' and 'bing:' prefixes. Bing service is currently hardcoded and everything after this prefix is ignored. 
    8994 
    9095For TMS you can specify base URL or tile URL template. Following patterns are supported: