Changes between Initial Version and Version 1 of Maps/Russia


Ignore:
Timestamp:
2013-06-16T15:32:25+02:00 (13 years ago)
Author:
Don-vip
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Maps/Russia

    v1 v1  
     1== Maps for Russia ==
     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 Russia-->
     8
     9    <entry>
     10        <name>ScanEx IRS</name>
     11        <type>scanex</type>
     12        <!-- url is used as identifier, so put something here -->
     13        <url>IRS</url>
     14        <attribution-url>http://irs.gis-lab.info/</attribution-url>
     15        <attribution-text mandatory='true'>IRS</attribution-text>
     16        <country-code>RU</country-code>
     17    </entry>
     18
     19    <entry>
     20        <name>ScanEx SPOT</name>
     21        <type>scanex</type>
     22        <!-- url is used as identifier, so put something here -->
     23        <url>SPOT</url>
     24        <attribution-url>http://irs.gis-lab.info/</attribution-url>
     25        <attribution-text mandatory='true'>IRS</attribution-text>
     26        <country-code>RU</country-code>
     27    </entry>
     28</imagery>
     29}}}