Changeset 13583 in josm for trunk/scripts
- Timestamp:
- 2018-03-29T10:08:40+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/BuildProjectionDefinitions.java
r13441 r13583 89 89 out.write("## ESRI-specific projections (source: proj.4):\n"); 90 90 for (ProjectionDefinition pd : esriProj4.values()) { 91 pd = new ProjectionDefinition(pd.code, "ESRI: " + pd.name, pd.definition); 91 92 if (doInclude(pd, true, true)) { 92 93 write(out, pd);
Note:
See TracChangeset
for help on using the changeset viewer.