Changes between Version 2 and Version 3 of Maps


Ignore:
Timestamp:
Oct 2, 2010 11:48:31 PM (3 years ago)
Author:
stoecker
Comment:

Improve page design

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v2 v3  
    11{{{ 
    22#!maps 
    3 # FORMAT 
    4 # default(true or false);Name;URL 
    5 # NOTE: default items should be common and worldwide 
    6 # 
    73true;Landsat;http://onearth.jpl.nasa.gov/wms.cgi?request=GetMap&layers=global_mosaic&styles=&format=image/jpeg& 
    84true;Landsat (mirror);http://irs.gis-lab.info/?layers=landsat& 
     
    5652false;Estonia Ortho (Maaamet);http://xgis.maaamet.ee/wms-pub/alus-geo?VERSION=1.1.1&REQUEST=GetMap&LAYERS=of10000&STYLES=&SRS=EPSG:4326&FORMAT=image/jpeg& 
    5753false;Estonia Multi (Maaamet);http://xgis.maaamet.ee/wms-pub/alus-geo?STYLES=&SRS=EPSG:4326&FORMAT=image/png&VERSION=1.1.1&REQUEST=GetMap&LAYERS=of10000,BK_MERI_polygo_8478_3,BK_VEEHOIDLA_p_8494_3,BK_VAIKEJARV_p_8493_3,BK_SUURJARV_po_8489_3,BK_SUURJOGI_po,BK_TUHAMAGI_po_8490_3,BK_SOO_polygon_8488_3,BK_SETTEBASSEI_8487_3,BK_PRUGIMAGI_p_8484_3,BK_POLD_polygo_8483_3,BK_TURBAVALI_p_8492_3,BK_METS_polygo_8479_3,BK_MARGALA_pol_8477_3,BK_LENNUVALI_p_8473_3,BK_KIVIMURD_po_8469_3,BK_KAEVANDUS_p_8468_3,BK_HOONESTATUD_8497_3,BK_VEEPIIR_lin_8495_2,BK_KRAAV_line_8472_2,BK_PEAKRAAV_li_8482_2,BK_OJA_line_8481_2,BK_JOEDL10_lin_8467_2,BK_JOEDK10_lin_8465_2,BK_KLINT_line_8470_2,BK_LIIN110_lin_8474_2,BK_LIIN220_lin_8475_2,BK_LIIN330_lin_8476_2,BK_TEXT_S_18_i_8405_1,BK_TEXT_M_10_i_8411_1,BK_TEXT_S_12_i_8409_1,BK_TEXT_S_10_i_8414_1,BK_TEXT_M_6_it_8418_1,BK_TEXT_S_8_it_8417_1,BK_TEXT_M_8_it_8416_1,BK_TEXT_M_10_i_8413_1,meri_8378_3,MapBSR_mais500_8379_3,MapBSR_mais100_8379_3,EHAK_GEN_8380_3,EHAK_GEN_8381_3,EHAK_GEN_8386_3,rannajoon100_l_8383_2,hpInt11,saar100_polyli_8384_3,hpInt12,KUJUNDUSPIIR_G_8374,KUJUNDUSPIIR_G_8365_2,KUJUNDUSPIIR_G_8374_2,rannajoon10_li_8388_2,saar10_polylin_8364_3,KUJUNDUSPIIR_G_8372,KUJUNDUSPIIR_G_8376_2,KUJUNDUSPIIR_G_8372_2,KUJUNDUSPIIR_G_8375_2,KUJUNDUSPIIR_G_8377_2,venepiir_line_8382_2,alevid_1,alevikud_1,linnaosad_1,linnad_1,MaakondNimi_te_8362_1,HaldusNimi_tex_8385_1,KUJUNDUSPIIR_G_6882_2,kylanimed_1,BK_METSATEE_li_8480_2,BK_KOHALIKTEE__8471_2,korvalmaantee,tugimaantee,trassiosa,pohimaantee,raudtee_esmane,BK_RAUDTEE_lin_8485_2,TOPOYKSUS_6569,TOPOYKSUS_7793& 
    58 # 
    59 # 
    60 # URLS must be designed to append arguments directly behind. So the URLS should either end with '?' or '&' 
    61 # Following arguments are added: width, height, bbox, srs (projection method) 
    62 # srs is only added when no srs is given already (In this case the projection is checked 
    63 # and an error is issued when they mismatch). 
    64 # 
    65 # If more specific URL design is needed, then patterns are supported as well. If 
    66 # patterns are found no other arguments are added: 
    67 # {proj} is replaced by projection 
    68 # {bbox} is replaced by bounding box using projected coordinates 
    69 # {width} is requested display width 
    70 # {height} is requested display height 
    71 # {w},{s},{n},{e} are replaced by corresponding coordinates 
    7254}}} 
     55 
     56This page can be used to define new URL's for the map background service in JOSM. Entries are of format ''default(true or false)''''';'''''Name''''';'''''URL''. Default items are automatically added to menu and thus should be common and worldwide available. 
     57 
     58URL's of WMS services must be designed to append arguments directly behind. So the they should either end with ''?'' or ''&''. Following arguments are added 
     59 * width, 
     60 * height 
     61 * bbox 
     62 * srs - projection method - is only added when no srs is given already (In this case the projection is checked and an error is issued when they mismatch). 
     63 
     64If more specific URL design is needed, then patterns are supported as well. If patterns are found no other arguments are added: 
     65 * {proj} is replaced by projection 
     66 * {bbox} is replaced by bounding box using projected coordinates 
     67 * {width} is requested display width 
     68 * {height} is requested display height 
     69 * {w},{s},{n},{e} are replaced by corresponding coordinates