summaryrefslogtreecommitdiff
path: root/geography
AgeCommit message (Collapse)AuthorFilesLines
2010-12-27This package uses Fortran-77 (at most).asau1-2/+2
2010-12-27This packages uses Fortran-77.asau1-2/+2
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-12-21Changes 1.6.0:adam3-294/+522
This release includes many great new features to make your QGIS experience even better than ever before. This release also contains many bug fixes that should improve stability over previous releases. See below for a list of the more noticable changes made in this release.
2010-12-15Update to 1.0.2.gdt3-7/+9
Viking 1.0.2 (2010-12-14) Fixes since 1.0.1 * Add undeclared translations Viking 1.0.1 (2010-12-04) Fixes since 1.0 * Fix Waypoint & Track visibility issues. * Fix SF#3104028: Default Color Background is incorrectly saved as black into a new .vik file. * Fix some translated strings
2010-11-20Viking 1.0 (2010-11-14)gdt2-7/+6
New features since 0.9.96 * Add minimal translator-credits in About dialog * Add documenters to About dialog Fixes since 0.9.96 * Improve copyright holders * Prevent crashes when downloading Expedia Maps. * Fix extend track using magic scissors. * Fix autodownloading while panning * Fix Debian #599048: Segmentation fault when using gpsbabel * Fix dem_gradient_colors allocation. * Fix compiler warnings in preferences.c
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs10-18/+20
2010-11-15Changes 1.7.3:adam2-7/+7
* Fix handling of ERMapper spherical coordinate systems * Fix comparison of units of coordinate systems * C#: Fix GDAL_DMD_ and GDAL_DCAP_ constants * C#: Don't mark class BeforeFieldInit causing CLR4 crash * C#: Use the .NET Framework 2.0 transparency rules (level 1 transparency) for the VC2010 builds * Python: Fix indentation problem with GCP serialize method * Make CPL_INLINE compatible with SunPro 11 and 12 compilers * Override EPSG:4179 (Pulkovo 1942(58)) and EPSG:4258 (ETRS89) to add towgs84 transform for Polish CRS * SWIG bindings : initialize return values of GetRasterStatistics?()
2010-10-12Update to 0.9.96.gdt2-6/+6
Viking 0.9.96 (2010-10-11) New features since 0.9.95 * Use ETag to detect fresh tiles on servers * Add new menu entry in GPS Layer to delete the realtime information. * Ensure GPS realtime information deleted when GPS Layer -->Empty All is called. * Prevent zoom factor string displaying unnecessary .0s when it's a whole number. * Improve Track Properties speed profile display for low speed difference (e.g. walking) tracks. * Use speed units in display of Track/Waypoint layer draw by velocity config values, but maintain units as metres per second when read from/saved to files. * Add keyboard accelerators for as many as possible View Menu entries. * Simplify zoom status when xmpp and ympp are equal * Use height units in the altitude readout for the cursor position on the status bar. * Use height units in display of DEM min / max elevation values, but maintain units as metres when read from/saved to files. Fixes since 0.9.95 * Fix many memory leaks * DEM layer properties tidy up. * Prevent getting stuck in a near infinite loop when using Coord layer, UTM mode and zoomed out to see the whole world. * Prevent lock up in attempt to download maps along a track in UTM mode. * Launchpad Bug #445374: Prevent crash when downloading maps along a track, with Terraserver maps when in Mercator mode. * Add explicit linking against libz and libm * Fix SF#3009431: Prevent Crash in Real Time Tracking GPS Mode & Autodownload Maps. * Fix display of rounded speed units scale markers in the speed profile. * Fix cycle map URL * Fix compiler warnings * Fix Track Draw by Velocity mode, so that individual track points are coloured (as was the intention). * Fix bug where older file was removed when network not present * Fix: warning 'draw-mode' message does not display * Fix incorrect limitation on source map id
2010-09-28Reset maintainer.wiz1-3/+2
2010-09-24Update HOMEPAGE; old one is a domain-parking/ad page.gdt1-2/+2
2010-09-22Update to 0.9.95.gdt2-8/+7
Viking 0.9.95 (2010-09-07) New features since 0.9.94 * Add some function short cut key definitions to control showing of the center mark and scale viewport features. * [DOC] Replace Google with OSM capability in man pages. * When manually creating a track, automatically give it a default name. * [DOC] Add contributors from the Wiki(s) history. * Better dialog name when searching for a waypoint. * Change max cache time to 1 week.
2010-09-21Update from 0.16.1 to 0.16.3.jkunz2-9/+8
Changes: Merkaartor 0.16.3. The only issue solved since 0.16.2 is the inability to switch languages. Merkaartor 0.16.2. The CHANGELOG since 0.16.1 is: - FIX : Initial viewport issue - FIX : Do not export incomplete features - FIX : CSV import bugs - FIX : Use "GPX track width" setting even when not in "Simple track appearance" (fixes #3095) - FIX : temporary solution for #3082 - CHG : Allow to pan with middle mouse button - FIX : lat/lon grid fixes for non-othogonal projections - FIX : for non-rthogonal projections, maximize the viewport in lat/lon - FIX : Handle empty style list in editor (fixes #3079) - FIX : Fix scale bar to take latitude into account. - FIX : Do not tag-match relation's children unless the type is "multippolygon" (fixes #2916) - FIX : problem with "Bottom-left standard" TMS - FIX : OSX fix - FIX : Draw relations children dashed to avoid multiple parent drawing - FIX : Fix several issues with features dock. - FIX : Fix reappearance of deleted features. - FIX : Fix WayRemoveNodeCommand reversibility.
2010-09-16s/openstreetmap/OpenStreetMap/gjakllsch2-3/+3
From Snader_LB on IRC.
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz11-14/+22
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-06Update to 0.09, set LICENSE, fix typo in COMMENT.wiz2-8/+8
0.09 Mon May 17 16:30:32 - Patched mgrs_to_utm to handle short MGRS strings
2010-08-27Added geography/qgis version 1.5.0adam1-1/+2
2010-08-27Quantum GIS (QGIS) is a user friendly Open Source Geographic Information Systemadam10-0/+1039
(GIS) licensed under the GNU General Public License. QGIS is an official project of the Open Source Geospatial Foundation (OSGeo). It runs on Linux, Unix, Mac OSX, and Windows and supports numerous vector, raster, and database formats and functionalities. Quantum GIS provides a continously growing number of capabilities provided by core functions and plugins. You can visualize, manage, edit, analyse data, and compose printable maps. Get a first impression with some screenshots and a more detailed feature list.
2010-08-27Changes 1.7.2:adam3-11/+18
* configure/libtool/etc regenerated with newer versions. * Fix definition of CPL atomic function with CPL_INLINE undefined * Clean out remnants of old generation python support in configure * Fix build problems on systems with 64bit pointer and 32bit long * C#: Fixed ambiguous reference to SpatialReference in C# sample apps * C#: Fix crash on memory release of string from ExportToWkt() * Java: Handle transparency better in color tables * Python 2.x/3.0 compatability fixes for scripts * Python fixes for numpy array io * stateplane.csv updated for Kentuky and California fixes
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb7-11/+14
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-05needs xsltproc for build, noticed by wizdrochner1-1/+4
2010-07-30Changes 5.6.5:adam2-7/+6
* Fixed scale calculation problem caused by mapscale.c's inchesPerUnits array being out of synch with MS_UNITS enum * Fixed bitmap text font rendering (tiny was not working) Changes 5.6.4: IMPORTANT SECURITY FIXES: * Disabled some insecure (and potentially exploitable) mapserv command-line debug arguments. * Fixed possible buffer overflow in msTmpFile() Other fixes: * Fixed possible race condition with connectiontype WFS layers * Modified mapserver units enum order to fix some problems with external packages * fix blending of transparent layers with AGG on MSB archs * Fixed imageObj->saveImage() sends unnecessary headers * Correct PropertyName parsing for wfs post requests * Ensure mapwmslayer.c does not unlink file before closing connection on it * Fix security exception issue in C# with MSVC2010 * Write out join CONNECTIONTYPE when saving a mapfile. * Fixed attribute queries to use an extent stored (and cached) as part of the queryObj rather than the map->extent. * Reverted msLayerWhichItems() to 5.4-like behavior although still supporting retrieving all items * Grid layer: remove drawing of unnecessary gird lines * OGC Filters for spatial dbs should be enclosed in parentheses * Improve the handling of simple string comparisons for raster classified values * Add the ogc namspace to filters generated by Mapserver * Fix MS_NONSQUARE to work in mode=map * Improve error message when loadQuery() filename extension check fails * Fix GetLegendGraphic using keyimages * Fix getFeatureInfo queries on WFS layers * Fixed mapstring.c build problem related to errno * Correct ungeoreferenced defaults via GetExtent() on raster layer * More adjustments to how TLOCK_GDAL held around msGetGDALGeoTransform
2010-07-30Remove extraneous definitions.asau1-5/+1
2010-07-30"fortran" -> "fortran77" except where it is clear that it isn't F77.asau2-4/+4
"fortran" is alias of "fortran77" for now, but it will change later.
2010-07-26oops - too much c&p - reimport into proper pathdrochner5-0/+139
2010-07-26+3drochner1-1/+4
2010-07-26add libchamplain06-0.6.1, a GTK map widgetdrochner6-0/+102
(the development version, can be installed in parallel to 0.4.x)
2010-07-26add libchamplain04-0.4.6, a GTK map widgetdrochner5-0/+124
(the current stable version)
2010-07-14Update to 2.95.gdt4-28/+10
* Tue Jul 13 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.95 The autonomous robot submarine total world domination release! Rationalize clearing and generation of DOPs, this makes epx/epy much more generally available. Fixed the test productions for the udev magic and added a troubleshooting note in INSTALL. cgps now displays epx/epy rather than eph. Speed is now always reported if our last two fixes were good, even if the GPS didn't compute it. Reading packets from UDP datagrams by specifying a listening address and port is now supported, and the regression-test driver cam now be told to force this with -u; this enables regression testing in chroot jails where access to ptys is locked out. AIS code now interprets message type 6 and 8 application IDs correctly as a Designated Area Code and Functional ID pair. gpspipe has a new -T option for setting the timestamp format. xgpsspeed is completely rewritten in Python, eliminating some dependencies on ancient X libraries. We now ship a Qt binding for the client library. Note a GCC 4.2.1 optimizer bug. gpsdcode now uses | as a field separator in -c mode, as string fields can contain commas. Corrected error or reporting of AIS rate-of-turn fields.
2010-07-05Update to 1.4.1. (Read waypoints ok on netbsd-5/i386 from Garmingdt8-102/+29
etrex vista HCx.) Summary of Changes: (details at http://www.gpsbabel.org/news/20100620.html) Many new formats. New Features * KML writer now sets the extents of the time sliders automatically for Google Earth 5.0, can now generate gx:Track for Google Earth 5.2. * Improved handling of from Garmin extensions in GPX including ambient temperature, depth, heartrate, and cadence. * Reworked Garmin transparency device matching to work with more devices such as Nuvi 500 and Dakota * Add 'erase_only' option to dg-100. * GDB module now handles Garmin Basecamp files, too. * Try to preserve Ozi icon data in waypoints. * Holux GR245 waypoint now supported. * GUI detects host OS serial ports. * Add HDOP and VDOP to VPL 900. * Added track segment support for many formats, including GPX, delbin, and Garmin protocol. * Added track->tracksegment conversion filter option to track filter. * Convert tracks to courses on Garmin fitness upload. Major Fixes * Fix memory corruption in gbfile when line sizes were a multiple of internal buffer sizes. * Globalsat: flush receive on startup to make BT-335 more reliable. * Add Mega event icon, Whereigo cache type to GPX and KML. * Tweak Earth 5's realtime KML to include end of time window. * Several improvements to Garmin GPI reader. * Read and write fix information in delgpl format. * Garmin Venture HC and Legend H now works better on Mac and Linux. (especially Japanese models.) * Several improvements for OS/X Snow Leopard. * Alllow character set overwrite when sending to USB Garmins. * When writing Garmin routes, don't duplicate waypoints for via points.
2010-06-24Viking 0.9.94 (2010-06-10)gdt3-8/+15
New features since 0.9.93 * Add knots as a speed unit option. * Detect USB Garmin eTrex HCx Legend devices (and maybe others). * Auto use of /dev/ttyUSB type device if available on Unix systems. * Add ability to turn off Garmin GPS after transfer. * Add a 'home' default location preference. * Add ability to changes preferences outside of the preferences.c file. * NLS Maps API: Historic map of Great Britain * Change GUI related command line parameter for Waypoint symbol size into run time preference. * Support All Zoom Levels in Zoom Menu * [DOC] Import User Manual from wiki * Add menu item for help contents (Update started before freeze, ok wiz@ to commit now.)
2010-06-16Add note to patch that this change was already made upstream.gdt2-3/+6
2010-06-16update to 0.16.1drochner3-8/+10
changes: Added the possibility to show a lat/lon grid Support for WMS-C servers Support for "standard" TMS servers Allow to tile (and cache) arbitrary WMS'es (only EPSG:4326 and google projection supported) Allow google maps links and others in goto and download dialogs Added a projection editor Enhanced Relations support Geo-tagging of photos inside Merkaartor, importing them without track layer and displaying them directly on the map Improved SHP support Support for JOSM remote protocol on port 8111 Added Ramer-Douglas-Peucker simplification of ways (in Roads menu) Add a "portable" mode to merkaartor via command-line ("-p") and many tweaks and little things...
2010-06-16fix installation w/o DESTDIRdrochner2-1/+19
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz9-12/+18
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-05-25Update to 2.94.gdt3-17/+20
* Sun Apr 20 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.94 Error-checking in the 50bps subframe code has been greatly improved. The Garmin GPS driver can now use libusb, if it is present, to do device discovery. The libgps library has been split apart; the service functions used by the daemon now live in libgpsd. This will shave some code volume from GPSD client applications. A packaging error that resulted in xgps not being shipped in 2.93 has been corrected. We now have stronger checking for valid ephemeris before extracting the leap-second offset; they should prevent many cases where gpsd migh previously have used an invalid leap-second offset. * Fri Apr 16 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.93 Support for JSON dumping and parsing of AIS message types 25 and 26, not yet observed in the wild on AISHub. Fix Debian bug #569703. by removing non-streaming mode from the Python exerciser. Fix Debian bug #572900 by unsetting the appropriate in-use flag in the device array. Change the libgps default from old protocol to JSON. Add a close() method to the C++ binding. Try to recover better from sporadic cases of false matches to Trimble packet format from a SiRF binary datastream. gps_poll() now returns -1 with errno not set when the gpsd socket closes. TPV now refrains from reporting fields the fix quality won't support. gpsmon option for listing device types is now -L to -l can be used to enable logging (to stay consistent with the l command). There is new FAQ material on improving fix and time reference accuracy. New sections have been added to NMEA.txt on error status indications and satellite IDs. New POLL command brings back polling-mode operation. A Client-HOWTO has been added to the documentation. gpsd no longer eats CPU when a device is unexpectedly unplugged. Support for the TNT revolution is back (run mode only). There is now a gpsdfake diagnostic tool that fakes being gpsd shipping arbitrary specified data to clients. * Wed Mar 3 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.92 Fix a packaging error. The new Python library module was inadvertently omitted from the 2.91 tarball. Also, improve the json import test slightly. * Mon Mar 1 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.91 We have support for NMEA GLONASS sentences, and a regression test. Clients now get a DEVICE notification on every driver switch. It is possible to specify a TCP/IP AIS feed such as AISHub as a data source. Serious bitrot in the NTRIP support has been fixed - it was probably nonfunctional for several releases before this. Fixed buggy display of satellite-used flags in cgps. xgps is replaced by a rewrite in Python that uses pygtk, eliminating a dependency on Motif; also, it now displays AIS information. Uniform treatment of display-unit defaulting and -u in xgps, cgps, and lcdgps. Support for AIS message types 25 and 26. Support for IPv6. A numeric instability in the earth_distance() function affecting track error modeling has been fixed. Old protocol has been removed from the daemon; the library still speaks it.
2010-04-27add option x11 to make it possible to build without x11.matthias2-5/+13
2010-04-20Update geos to 3.2.2zafer2-6/+6
Changelog: 2010-04-18 09:34 Sandro Santilli <strk@keybit.net> * [r2978] tests/unit/capi/GEOSGetCentroidTest.cpp: Forgot to add this, since I added the Makefile.am line.. 2010-04-17 21:55 Sandro Santilli <strk@keybit.net> * [r2975] NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, configure.in, source/headers/geos/version.h.vc, tests/unit/Makefile.am: Back-port fix of GEOS-context leakage 2010-04-07 14:01 Mateusz Loskot <mateusz@loskot.net> * [r2973] source/dirlist.mk: Ported r2967 update to branches/3.2 2010-04-07 13:35 Mateusz Loskot <mateusz@loskot.net> * [r2969] nmake.opt: Removed NDEBUG from CPPFLAGS of debug build configuration (Ticket #338) 2010-03-29 17:50 Mateusz Loskot <mateusz@loskot.net> * [r2966] ., autogen.bat, nmake.opt, source/algorithm/distance/DistanceToPoint.cpp: Added NMake 10.x version to be recognized by nmake.opt (ported from trunk) 2010-03-29 16:21 Sandro Santilli <strk@keybit.net> * [r2963] ChangeLog: Update ChangeLog 2010-03-26 12:35 Mateusz Loskot <mateusz@loskot.net> * [r2956] source/headers/geos/platform.h.vc: platform.h.vc: disable min/max macros substitution (ported from trunk) 2010-03-26 12:03 Mateusz Loskot <mateusz@loskot.net> * [r2953] source/headers/geos/operation/union/CascadedPolygonUnion.h: Added GEOS_DLL with Microsoft-specific __declspec attribute missing from CascadedPolygonUnion class 2010-03-26 12:00 Mateusz Loskot <mateusz@loskot.net> * [r2951] source/geom/GeometryList.cpp: geom\GeoemtryList.cpp: missing implementation of GeometryList::size() function. 2010-03-26 11:57 Mateusz Loskot <mateusz@loskot.net> * [r2949] source/Makefile.vc: source\Makefile.vc: added missing geom\GeometryList.cpp 2010-03-26 11:52 Mateusz Loskot <mateusz@loskot.net> * [r2947] nmake.opt: nmake.opt: Added missing GEOS_DLL_EXPORT to CPPFLAGS 2010-03-19 15:09 Sandro Santilli <strk@keybit.net> * [r2945] NEWS, capi/geos_ts_c.cpp: Improve formatting for GEOSisValidReason_r (issue #329) 2010-03-18 18:28 Sandro Santilli <strk@keybit.net> * [r2943] NEWS: Add bugfix item 2010-03-18 18:26 Sandro Santilli <strk@keybit.net> * [r2942] source/headers/geos/operation/valid/IsValidOp.h, source/operation/valid/IsValidOp.cpp, tests/xmltester/tests/general/TestValid.xml: Fix false-positive return from IsValidOp. This is done better than in trunk, so will backport later. 2009-12-30 17:55 Mateusz Loskot <mateusz@loskot.net> * [r2836] source/Makefile.vc: Ported fix for missing CoordinateSequenceFactory?.cpp from makefile.vc (Ticket #313) 2009-12-14 19:21 Paul Ramsey <pramsey@cleverelephant.ca> * [r2830] capi/geos_c.h.in, configure.in, source/headers/geos/version.h.vc: Back up the versions to 3.2.1 for 3.2 branch
2010-04-12Changes 5.6.3:adam2-6/+6
- Fixed XML transformation issues with expressions and symbols - Fixed problem with PostGIS SQL bbox introduced in 5.6.2 - Fix backwards handling of iconv errors (w/ SDE) introduced in 5.6.2 Changes 5.6.2: - Check error returns from mapstring functions - Correct mutex locking problem with rasters with no inherent georef. - Fixed problem with isValidItem vs OGR special attributes - Support wrap character for SVG output - Fixed msMSSQL2008CloseConnection() to free the statement handle properly - Fixed PHP MapScript's metadata.nextkey() that was sometimes skipping some entries on first call because the NULL arg was not properly handled - Fixed the query handling with the MSSQL2008 driver - Fixed swig zoomRectangle() method: the maxy in the rect object have to be < miny value - Backport fix for SLD filters column names detection - Backport fix for WFS OGC filters regex tests
2010-04-12Update to 0.9.93.gdt2-6/+6
Viking 0.9.93 (2010-04-11) New features since 0.9.92 * Allow overriding map source * Make GPS layer cut/copy available from popup menu. * [DOC] Document new files in viking's manpage * Increase possible smaller zoom * Add negative scales so that we can have bigger zoom on maps * Allow images from bigger and smaller zoom to be selected if current zoom has n o image Fixes since 0.9.92 * Fix: set a default filename while exporting * [DOC] Fix: Viking's sources are hosted by Git now * Further variable type corrections. * Fix GPS layer copy. * Fix Track/Waypoint Layer Paste on 64bit systems. * [DOC] Fix FILES section of manpage. * Fix: First Track not Black in Draw All Tracks Black Mode.
2010-04-11+ gipfelobache1-1/+2
2010-04-11Import gipfel-0.3.2nb1 as geography/gipfel from pkgsrc-wip.obache4-0/+51
Packaged by Johannes Hofmann. gipfel helps to find the names of mountains or points of interest on a picture. It uses a database containing names and GPS data. With the given viewpoint (the point from which the picture was taken) and two known mountains on the picture, gipfel can compute all parameters needed to compute the positions of other mountains on the picture. gipfel can also be used to play around with the parameters manually. But be warned: It is pretty difficult to find the right parameters for a given picture manually. You can think of gipfel as a georeferencing software for arbitrary images (not only satelite images or maps). gipfel also has an image stitching mode, which allows to generate panorama images from multiple images that have been referenced with gipfel. The nice thing about the new image stitching is that it reuses the code that already existed for referencing images.
2010-03-29Fix DESTDIR supportjoerg1-2/+4
2010-03-24Recursive revision bump for GMP update.asau1-2/+2
2010-03-19Add missing files to PLIST.jkunz1-1/+4
2010-03-16Add missing file to PLIST.jkunz1-1/+2
2010-03-16Updating geography/p5-Geography-Countries from 1.4nb3 to 2009041301sno2-7/+8
pkgsrc changes: - Add license definition Upstream changes: Version 2009040901 - Force DATA encoding to be iso-8859-1 (davidhull/RT #38005) ---- Version 2009040801 - Moved to git and github. - Modernized distro.
2010-03-15Update to 0.92.gdt2-6/+6
New features since 0.9.91: * Memorize previously selected go-to service. * Better scale when zoomed close in and in miles distance mode. * Add and use preference for height units. * Add and use preference for speed units. * Add and use preference for distance units. * Use a preference to set the tiles age. * New preference for default maplayer cache. * Improve DEM-Layer. * Remove OpenAerial support. Fixes since 0.9.91: * Fix: Correctly rotate thumbnail images * Fix #2958601: Support for non ascii characters in "Go-to" search * Fix error handling in go-to feature
2010-03-15add a few more.wiz1-1/+6
2010-03-15+ proj (Hi wiz!)joerg1-1/+2