Changeset 9662 in josm for trunk/scripts
- Timestamp:
- 2016-01-28T18:26:03+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/sync_editor_imagery_index.groovy
r9658 r9662 100 100 101 101 void loadSkip() { 102 if (options.noskip)103 return;104 102 /* TMS proxies for our wms */ 105 103 skipEntries["- Czech CUZK:KM tiles proxy - http://osm-{switch:a,b,c}.zby.cz/tiles_cuzk.php/{zoom}/{x}/{y}.png"] = 1 … … 177 175 if(options.xhtmlbody || options.xhtml) { 178 176 s = "<pre style=\"margin:3px;color:green\">"+s.replaceAll("&","&").replaceAll("<","<").replaceAll(">",">")+"</pre>" 179 } else { 180 return 177 } 178 if (!options.noskip) { 179 return; 181 180 } 182 181 } else if(options.xhtmlbody || options.xhtml) {
Note:
See TracChangeset
for help on using the changeset viewer.