Skip to content

Instantly share code, notes, and snippets.

@rebelwarrior
Created April 23, 2016 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rebelwarrior/58d5500d704515671dcdf68838db3507 to your computer and use it in GitHub Desktop.
Save rebelwarrior/58d5500d704515671dcdf68838db3507 to your computer and use it in GitHub Desktop.
JOSM preferences for Puerto Rico
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<config>
<preferences operation="append">
<maps key="imagery.entries">
<map>
<tag key="name" value="2010 USACE"/>
<tag key="type" value="tms"/>
<tag key="url" value="http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}"/>
<tag key="max-zoom" value="19"/>
</map>
</maps>
</preferences>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment