| | 1 | == Maps for Latvia == |
| | 2 | |
| | 3 | {{{ |
| | 4 | #!maps |
| | 5 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
| | 6 | <imagery xmlns="http://josm.openstreetmap.de/maps-1.0"> |
| | 7 | <!--only for Latvia--> |
| | 8 | |
| | 9 | <entry> |
| | 10 | <name>USSR - Latvia</name> |
| | 11 | <type>wms</type><url><![CDATA[http://www.gisnet.lv/cgi-bin/topo?FORMAT=image/jpeg&VERSION=1.1.1&service=WMS&REQUEST=GetMap&LAYERS=DTO,DTC,DIVDPTC,PD,VS,DS,PS,M&SRS={proj}&WIDTH={width}&height={height}&BBOX={bbox}]]></url> |
| | 12 | <country-code>LV</country-code> |
| | 13 | </entry> |
| | 14 | |
| | 15 | <entry> |
| | 16 | <name>50cm ortho - Latvia</name> |
| | 17 | <type>wms</type><url><![CDATA[http://www.gisnet.lv/cgi-bin/osm_latvia?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=ortobildes&SRS={proj}&WIDTH={width}&height={height}&BBOX={bbox}]]></url> |
| | 18 | <country-code>LV</country-code> |
| | 19 | <attribution-text>Ortofoto 1:10000, 2007.-2008. gads, © Latvijas Ģeotelpiskās informācijas aģentūra</attribution-text> |
| | 20 | </entry> |
| | 21 | |
| | 22 | <entry> |
| | 23 | <name>20cm ortho - Coastline</name> |
| | 24 | <type>wms</type><url><![CDATA[http://www.gisnet.lv/cgi-bin/osm_latvia?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=piekraste&SRS={proj}&WIDTH={width}&height={height}&BBOX={bbox}]]></url> |
| | 25 | <country-code>LV</country-code> |
| | 26 | <attribution-text>Piekrastes ortofoto, 2007, © Latvijas vides aizsardzības fonds</attribution-text> |
| | 27 | </entry> |
| | 28 | |
| | 29 | </imagery> |
| | 30 | }}} |