source: josm/trunk/src/org/openstreetmap/josm/data/projection

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5234   12 years bastiK separate preference gui from core projection code (there may be bugs)
(edit) @5232   12 years bastiK change UTM datum to WGS84. This is correct according to Wikipedia and …
(edit) @5230   12 years bastiK use standard parameter set for lambert projection
(edit) @5228   12 years bastiK improved custom projection
(edit) @5227   12 years bastiK finish custom projection
(edit) @5226   12 years bastiK improvements for custom projection
(edit) @5202   12 years simon04 typo
(edit) @5073   12 years bastiK move ntv2 to datum (see #7494)
(edit) @5072   12 years bastiK basic support for custom projections (see #7495)
(edit) @5067   12 years bastiK extend options for ellipsoid, use formal definition instead of …
(edit) @5066   12 years bastiK Proj parameter refactoring (see #7495)
(edit) @5040   12 years Don-vip Allow plugins to retrieve known Lambert projection parameters
(edit) @5039   12 years Don-vip Allow plugins to retrieve known projection parameters
(edit) @5022   12 years Don-vip see #5387, #7444 - Add Belgian Lambert 1972 (EPSG:31370) and Belgian …
(edit) @4869   12 years jttt Use final were appropriate
(edit) @4781   12 years Don-vip Fix Lambert 93 projection (France)
(edit) @4673   12 years Don-vip Add Lambert 93 projection (France)
(edit) @4382   13 years bastiK applied #6753 - enhance project Lambert CC 9 zones (patch by pieren)
(edit) @4341   13 years stoecker fix #6702 - patch by Casiope - i18n issue
(edit) @4305   13 years bastiK fixed #5950 - z-index does not affect casing
(edit) @4304   13 years bastiK fixed #6681 - Exception when starting JOSM
(edit) @4289   13 years bastiK add Gauß-Krüger projection
(edit) @4288   13 years bastiK fix: also fire projection change, when switching between subprojections
(edit) @4285   13 years bastiK major projection rework More modular structure, inspired by Proj.4. …
(edit) @4275   13 years bastiK utm projection: offset should be off by default
(edit) @4225   13 years stoecker fix the error of last checkin
(edit) @4224   13 years stoecker reduce space used by images
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @3922   13 years stoecker correct mercator projection scaling factor
(edit) @3874   13 years bastiK use classloader to find projections from plugins
(edit) @3872   13 years stoecker see #5532 - add missing addProjectsions() function nobody seems able …
(edit) @3821   13 years stoecker fix strings
(edit) @3779   13 years Upliner Identify projections in offset bookmarks by EPSG codes, bugfixes in …
(edit) @3692   13 years bastiK applied #5681 (patch by Hanno Hecker) - fix to SWEREF99 / EPSG:3008 …
(edit) @3690   13 years bastiK applied #5681 (patch by Hanno Hecker) add SWEREF99 / EPSG:3008 …
(edit) @3689   13 years bastiK fixed #5682 - npe in cellrenderer when shutting down JOSM
(edit) @3676   13 years stoecker apply #5664 - patch by verbatium - Fix Lambert EST
(edit) @3635   13 years bastiK applied #5551 (patch by extropy) - Added LKS-92 projection for Latvia
(edit) @3530   14 years stoecker fix array preferences
(edit) @3480   14 years bastiK fixed some issues with world bounds; add basic projection tests
(edit) @3477   14 years stoecker apply patch by Gnonthgol - fix #5330 - UTM issues
(edit) @3473   14 years bastiK see #5327 (patch by sbrunner) - Swissgrild uses approximate formulas …
(edit) @3385   14 years jttt Fix warnings
(edit) @3343   14 years stoecker fix #5181 - changed french projections - patch by Pieren#
(edit) @3232   14 years jttt Fix #2297 JOSM Webstart fails at loading plugins, cleanup puwg projection
(edit) @3205   14 years framm revert Mercator EPSG back to 3857
(edit) @3204   14 years Gubaer fixed EPSG code for Mercator projection
(edit) @3168   14 years bastiK applied #4641 - projection change for the French Cadastre (patch by pieren)
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2789   14 years jttt Fixed some FindBugs warnings
(edit) @2699   14 years mjulius moved MAX_SERVER_PRECISION from Projection to LatLon …
(edit) @2676   14 years jttt Fix some of the warnings found by FindBugs
(edit) @2620   14 years jttt Remove OsmPrimitive.setIncomplete()
(edit) @2612   14 years mjulius Fixes #4083 - exception when copying relation with incomplete node …
(edit) @2532   14 years Gubaer Fixing NPE sometimes occuring at startup in Lambert projection
(edit) @2516   14 years stoecker close #4015 - Zoomlevel changes whenever the preference dialog is closed
(edit) @2513   14 years stoecker fixed #3989 - typo
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2511   14 years stoecker close #3581 - polish coordinate systems - patch by stlman poczta fm
(edit) @2509   14 years stoecker fixed NPE - closes #3989
(edit) @2507   14 years stoecker apply #2989 - patch by pieren - improve lambert projection
(edit) @2499   14 years stoecker see #3989 - subprojection fixes
(edit) @2496   14 years stoecker see #3989 - subprojection fixes
(edit) @2491   14 years stoecker fix for subprojections
(edit) @2304   14 years stoecker apply #3737 - patch by Pieren - new Lambert zones for France, still …
(edit) @2272   15 years stoecker first partial support for sub preferences, not yet functional
(edit) @2114   15 years stoecker see #3016 - patch by xeen - fixes some zooming issues
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1977   15 years stoecker close #3255 - patch by pieren - minor projection fix
(edit) @1947   15 years stoecker close #3226 - patch by Daeron - improve align in circle
(edit) @1929   15 years Gubaer applied #3214: patch by pieren: new projections for the French cadastre
(edit) @1909   15 years stoecker fixed EPSG code
(edit) @1887   15 years stoecker temporary fix for Lambert projection
(edit) @1857   15 years Gubaer replaced JOptionDialog.show... by OptionPaneUtil.show.... improved …
(edit) @1849   15 years stoecker fix #3084 - patch by Pieren
(edit) @1823   15 years stoecker some projection and zoom cleanups - projection classes still need …
(edit) @1805   15 years stoecker fixed #2988 - typo
(edit) @1743   15 years stoecker added much improved preferences for external styles and presets
(edit) @1724   15 years stoecker some more changes and bug fixes related to new projection stuff - GPX …
(edit) @1722   15 years stoecker Large rework in projection handling - now allows only switching and …
(edit) @1644   15 years stoecker fix #2685 - changed Mercator code
(edit) @1583   15 years stoecker close #2535 - patch by podolsir - NPE for missing icon, update …
(edit) @1582   15 years stoecker fix #2540 - patch by Gubaer - added Swiss grid
(edit) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1309   15 years stoecker fixed texts, added EPSG codes to projection (to fix WMS access)
(edit) @1261   15 years stoecker added comment
(edit) @1230   15 years stoecker close #1973 (Lambert projection for Estonia). patch by jaak _ nutiteq _ com
(edit) @1212   15 years stoecker language fixes, hopefully the last set
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1032   16 years mfloryan Fixed some messages that were not translatable.
(edit) @865   16 years stoecker I18N fixes for Lambert projection patch
(edit) @864   16 years framm - fix for Lambert projection by Pieren <pieren3@…>
(edit) @810   16 years stoecker RelationEditor now selects members on entry, fix minor problem in …
(edit) @687   16 years framm - patch for Lambert projection (increase margin before switching to …
(edit) @657   16 years framm - fix in Lambert projection by Pieren <pieren3@…>
(edit) @656   16 years framm - changes by Pieren <pieren3@…> to support Lambert projection
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @476   16 years gebner Add equals and hashCode implementations to the projections.
Note: See TracRevisionLog for help on using the revision log.