| | 1 | == Maps for Mexico == |
| | 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 Mexico --> |
| | 8 | <entry> |
| | 9 | <name>INEGI Digital Map of Mexico (WMS)</name> |
| | 10 | <name lang="es">INEGI Mapa Digital de Mexico (WMS)</name> |
| | 11 | <id>inegi-wms</id> |
| | 12 | <type>wms_endpoint</type> |
| | 13 | <url><![CDATA[http://gaia.inegi.org.mx/NLB/mdm5.wms?Request=GetCapabilities&Version=1.1.1&Service=WMS]]></url> |
| | 14 | <permission-ref>http://www.beta.inegi.org.mx/inegi/terminos.html</permission-ref> |
| | 15 | <projections> |
| | 16 | <code>EPSG:4326</code> |
| | 17 | </projections> |
| | 18 | <country-code>MX</country-code> |
| | 19 | <bounds min-lat='14.39' min-lon='-118.6' max-lat='32.72' max-lon='-86.49'></bounds> |
| | 20 | <attribution-text>Instituto Nacional de Estadísticas y Geografía</attribution-text> |
| | 21 | <attribution-url>http://www.inegi.org.mx/</attribution-url> |
| | 22 | <icon>http://www3.inegi.org.mx/sistemas/widget/img/Inegi.png</icon> |
| | 23 | <min-zoom>1</min-zoom> |
| | 24 | <max-zoom>20</max-zoom> |
| | 25 | </entry> |
| | 26 | </imagery> |
| | 27 | }}} |