Changeset 9953 in josm
- Timestamp:
- 2016-03-07T23:35:29+01:00 (9 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/SyncEditorImageryIndex.groovy
r9880 r9953 17 17 * Add option "-h" to show the available command line flags. 18 18 */ 19 import java.io.FileReader20 import java.util.List21 22 19 import javax.json.Json 23 20 import javax.json.JsonArray … … 25 22 import javax.json.JsonReader 26 23 24 import org.openstreetmap.josm.data.imagery.ImageryInfo 27 25 import org.openstreetmap.josm.io.imagery.ImageryReader 28 import org.openstreetmap.josm.data.imagery.ImageryInfo29 import org.openstreetmap.josm.tools.Utils30 26 31 27 class SyncEditorImageryIndex { … … 427 423 return d 428 424 } 429 430 425 } -
trunk/scripts/TagInfoExtract.groovy
r9880 r9953 121 121 } 122 122 123 @Override 123 124 def find_url(boolean generate_image) { 124 125 osm = new Node(LatLon.ZERO) … … 140 141 } 141 142 143 @Override 142 144 def find_url(boolean generate_image) { 143 145 osm = new Way() … … 161 163 } 162 164 165 @Override 163 166 def find_url(boolean generate_image) { 164 167 osm = new Way() -
trunk/windows/launch4j.xml
r7838 r9953 17 17 <maxVersion></maxVersion> 18 18 <jdkPreference>preferJre</jdkPreference> 19 19 <runtimeBits>%RTBITS%</runtimeBits> 20 20 <initialHeapSize>%INIHEAP%</initialHeapSize> 21 21 <maxHeapSize>%MAXHEAP%</maxHeapSize>
Note:
See TracChangeset
for help on using the changeset viewer.