summaryrefslogtreecommitdiff
path: root/geography
AgeCommit message (Collapse)AuthorFilesLines
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz9-17/+18
are called p5-*. I hope that's all of them.
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron14-28/+28
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache14-28/+28
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-09Update to 1.13.gdt2-7/+6
Version 1.13 * Fixed templates lookup name syntax errors reported by Brandon Invergo <brandon@invergo.net> (detected by compiler g++-4.7). Many thanks for your patch, Brandon. * Fixed a bug reported by Jacques Beilin <jacques.beilin@ensg.eu> Function NormalDistribution ended in an endless loop for high values of input argument x. * Fixed a bug reported by Anton Horpynich <anton@vingeo.com> The computation of approximate coordinates failed if an angle needed for computing of an intersection was smaller than 0.15 radians / 10 gons (implicit testing criterion). Although this is a reasonable limit for standard surveying networks, in a batch computation of approximate coordinates a much smaller value can be sometimes acceptable. It is more or less a matter of personal opinion if this is to be supposed a bug or not. Gama newly solves approximate coordinates in two main loops. During the first loop the default value 0.15 in class Acord is used. If afterwards there still some coordinates remain missing, Gama starts a second loop with series of iterations in which firstly tries to find a solution with the default value then secondly with a very tiny limit of 0.0015 radians. In most cases all coordinates are solved in the first loop with the default small angle limit 10 gons. * In gama-local suppressed output of running results during linearization iterations and several other minor fixes Version 1.12 * class BaseVisitor and related classes moved to separete file visitor.h * local Observation has protected init method and non-parametric constructor Code in local Observation was reorganized and some atributes are not const. * local observations are visitable (base is Accept<>) - class Direction : public Observation + class Direction : public Accept<Direction, Observation> ** local observations' write methods moved to WriteVisitor ** LocalRevision and LocalLinearization are now visitors ** base classes Revision and Linearization removed from local ** method observations_summary in LocalNetworkXML uses visitor for counting ** method observations in LocalNetworkXML uses visitor for writing ** function OutlyingAbsoluteTerms uses visitor for writing ** method test_abs_term in LocalNetwork uses visitor for test ** local Observation set_passive and set_active methods are now non-const ** function AdjustedObservations uses visitor for writing part of table row ** function TestLinearization uses visitor for computing and writing ** function ResidualsObservations uses visitor writing observation name * fixed a bug in the definition of angular observations reported by Anna Kratochvilova <anna.kratochvilova@fsv.cvut.cz> and Vaclav Petras <vaclav.petras@fsv.cvut.cz> * updated version of review.hu.lang by Siki Zoltan, some corrections in the Hungarian translation of GNU Gama
2012-09-07Revbump after updating graphics/cairoadam14-27/+28
2012-08-29explicitly pull in omf-scrollkeeper, should fix build problems afterdrochner1-1/+2
recent gnome-doc-utils update (reported by John Marino)
2012-08-29Update to 0.19wen2-6/+6
Upstream changes: 0.19 2012-04-03 - Fix various typos. - Fix floating point error in the hsin formula. 0.18 2012-03-23 - Fix gcd calculation to use ** instead of ^.
2012-08-27Add patch analogous to the qlandkartem changes to make this compile again.dholland2-1/+17
Unfortunately, it now fails on missing python-related paths, but maybe someone else can fix that...
2012-08-27oops, add patch commentdholland2-3/+5
2012-08-27Fix broken build.dholland3-2/+24
2012-08-05Bump PKGREVISION for change of PostgreSQL default version to 9.1.obache7-12/+14
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd11-21/+22
2012-06-05Adjust comments (only) about shlib versioning.gdt1-8/+17
Upstream says using the C++ API is broken; document the policy and the list of (broken per geos rules) packages that need a revbump every time, currently gdal-lib.
2012-06-03Add comments (only) about shlib versioning.gdt1-1/+9
Note that the shlib-name-changing-on-minor-releases issue has been raised upstream.
2012-06-02bump pkgrev for geos shlib name changedrochner3-6/+7
2012-06-02update to 1.4.2drochner3-12/+15
changes: -bugfixes -optimizations -minor feature additions -translation updates approved by The Maintainer
2012-06-02update to 1.9.1drochner4-26/+8
changes: bugfixes approved by The Maintainer pkgsrc note: bumped ABI requirement in bl3 file due to geos shlib name change
2012-06-02shlib name changed -> bump ABI requirementdrochner1-2/+2
2012-06-02Update MapServer to 5.6.8.obache2-7/+6
PR 46504 By Wen Heping. Version 5.6.8 (2012-02-08): --------------------------- - Fix security issue with quote escape in WFS GetFeature Filter (#4087) - Fix segfault on join with postgresql tables (#4074) - Define Z_BEST_COMPRESSION for newer libpng versions (#4033) - Fixes to support latest PROJ versions (#4008) Version 5.6.7 (2011-07-12): --------------------------- IMPORTANT SECURITY FIXES: - Fixes to prevent SQL injections through OGC filter encoding (in WMS, WFS and SOS), as well as a potential SQL injection in WMS time support. Your system may be vulnerable if it has MapServer with OGC protocols enabled, with layers connecting to an SQL RDBMS backend, either natively or via OGR (#3903) - Fixed potentially exploitable buffer overflows in OGC Filter Encoding support (#3903) Other Fixes: - Fixed PHP/MapScript ms_iogetstdoutbufferbytes() always returning 0 bytes written (#3041) - OGC Filter: fix segfault when a ows_varname_type or wfs_varname_type is defined but not a gml_varname_type (#3902) - Fixed mssql2008 to return correct geometries with chart layer type (#3894) - Fix segfault with png-inimage exceptions and quantize_force=on (#2903) - Fix segfault on malformed <PropertyIsLike> filters (#3888) - Fixed potential crash with AVERAGE resampling and crazy reprojection (#3886) - Fixed segmentation fault on invalid symbol (#3849) - add support for gml:Box for spatial filters (#3789) - Fixed false computation of symbol size when used as a brush on line (#3760) - Fixed SQL Spatial to be able to use UniqueIdentifier field as unique key (#3722) - Fixed possible seg. fault when using "OGR:Label*" special attributes (#3667) - Fixed bug with newlines around multipart boundaries in wcs multipart (#3672) Version 5.6.6 (2011-01-17): --------------------------- - SLD: Fix point symbolizer issue when color is not set (#3658) - Fix WMS EXCEPTIONS parameter issue with fastcgi (#3525) - Fixed missing time in msDrawMap logging (#3651) - Fixed Internal error with Oracle Spatial multi point geometries (#3627) - Fixed double free in shp2img.c (#3497) - Fixed free(): invalid next size in mapfile.c (#3604) - Fix for the memory corruption when mapping the string data type in the Java bindings (3491) - Correct wms 1.3.0 latlong bbox error (#2578) - Fix ProperyIsLike not used efficiently with Oracle (#3557) - Fixed msOGRGetSymbolId according to the changes in gdal 1.8 (#3556) - Fixed crash when drawing a map using UNIQUE fid in the layer data (#3271) - Fixed Oracle Spatial Data gets corrupt (#3541) - Fixed issue with multiple styles and binding (#3538) - Fixed multiple include tags not supported in xml mapfiles (#3530) - Ensure the class is not marked BeforeFieldInit causing memory corruption with C#/CLR4 (#3438) - Fixed MSSQL2008 driver returning invalid extent (#3498) - Fix computation of shape bounds when the first line contains no points (#3119)(fixes #3383) - Fixed error message tiles on zero-sized map cause memory allocation errors in maperror.c. (#3524)
2012-06-01Changes in 3.3.4gdt2-6/+6
2012-05-31 - Bug fixes / improvements - Do not abort on NaN overlay input (#530) - Reduce CommonBitsRemover harmful effects during overlay op (#527) - Better cross-compiler support (#534) - Enable overlay ops short-circuits (#542) - Envelope-based short-circuit for symDifference (#543) - Fix support for PHP 5.4 (#513) - Fix TopologyPreservingSimplifier invalid output on closed line (#508) - Reduce calls to ptNotInList, greatly speeding up Polygonizer (#545) Changes in 3.3.3 2012-04-01 - Bug fixes / improvements - Fix simplification of collections with empty items (#519) - Fix MSVC compilation of ambiguous log() call (#506) - Fix CMake issues with std:: namespace detection (#493)
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland6-12/+12
It turns out there were a lot of these.
2012-05-04Remove use of nested functions. Bump revision.joerg3-3/+200
2012-05-04Fix build with gcc 4.6hans2-1/+15
2012-04-27Recursive bump from icu shlib major bumped to 49.obache9-17/+18
2012-04-24Update to 1.3.gdt3-11/+10
Viking 1.3 (2012-04-22) New features since 1.2.2 * Be consistent in that track and waypoint list dialogs are always sorted alphabetically. * Add OSM Transport map as a built in map option. * Add supported MIME types to the desktop file specification. * Add example script that can be used to upload a track as a route to a predefined GPS device. * Display the average moving speed for a track in the track properties. * Add ability to open a TrackWaypoint layer with another external program (default merkaartor). * Add ability to open a TrackWaypoint layer with an external program (default JOSM). * Use map default: OSM MapQuest tileserver. * Add and use a preference for the associated image viewer program. * Add and use KML File Export units option. * Add ability to geotag images interpolating times against tracks. * Acquire Geotag Images via TRW Layer * Ensure vtl created in acquire operation runs post read stage. * EXIF read implementation for geotagged images (libexif). * Add new process stage for acquire methods. * Enable reversing a track from the track menu. * Display compact message on the statusbar for the selected trackpoint or waypoint. (SF#3314888) * Enable multiple selection and deletion. * Scale waypoint icons to give large or small icons as necessary. * Add Yahoo! Maps webtool link. * Extend webtools with a bounds version for the URL which takes four string parameters. * Add webtool for Bing maps. * Add Acquire OSM option into the Track/Waypoint layer operations. * Add used geo-* scripts as they are public domain. * Continue geocaching.com support via third party tools. * Show elevation gain/loss on track creation 'tooltip' (as per SF#2838561 request), when such data is available. * Automatically attempt to set elevation data from the DEM layer whilst a track is being created. * When creating a track, display the total distance of track (via a tooltip like text) on the main display. * Allow to import any file known by gpsbabel * Add support for any device known by gpsbabel * Add experimental support for GPSD_API_MAJOR_VERSION 5. * Add ability to acquire GPS traces stored on OSM * Enable copying layer/sublayer names as plain text, so that it can be pasted into external text handling applications. * Enable getting of the statusbar from the window. * On creating a new waypoint always attempt to auto set the altitude if DEM data is available. * Enable the escape key to remove/reset the ruler tool. Fixes since 1.2.2 * Remove Tiles@home support as the service has stopped. * cleanup: Remove unused and out of date 'viking-remote' script and related files. * cleanup: Remove *very* old documentation and don't bother distributing any of it which is all old. * Fix Track Properties graph blob marker drawn at wrong elevation when elevation graphs have different min/max heights. * Fix Track Properties graph DEM points drawn at wrong elevation when lowest elevation is not zero. * Use an intermediary program which will invoke the system's default for opening images. * Fix opening of external web sites via center method when the zoom level is less than 1 mpp. * Fix crashing on opening a file via recent menu after a .vik file is opened. * Fix too easy to accidently move a waypoint with an image with the select tool - must use shift key. * Fix can not immediately select another layer if currently selected layer's visibility changes. * Fix compilation with curl 7.21.7 (SF#3376584) * Improve libgps test with the consistently available function: gps_close * Fix <GTK 2.24 combo box usage. * Fix crashing on opening multiple files after a .vik file is opened. * Solution for SF#2766266 - Give user feedback about OSM uploads (success/failure). * Fix: send VLP's update signal when adding a layer * Fix: Don't abort program when attempting webtool center with different x & y factors. * Fix Join Tracks functionality. * Fix SF#3408170: Selected Track Thickness is Always 1px * Fix tracks not shown over map when map layer is dragged to the end of the treeview list. * Refuse to load unsupported file types. * Restore broken GPS power off command. * Fix: SF#3042692 - Tiles May Get Deleted During Offline Usage. * Fix some tracks elevation profile may display no altitude, despite all altitudes available in the track. * Fix SF#3387590: Top Layer cannot be renamed * Enable merging tracks without timestamps to other tracks that do not have timestamps. (SF#2886231) * Prevent track merge by time requests when there are no other suitable tracks. * Improve track name when split from Track Properties window. * Replace 'Magic Scissors' by a more accurate name - 'Route Finder'.
2012-04-15Reset maintainer, developer has left the buildingwiz2-5/+4
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-2/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-07Fix build with newer vala and glib.joerg1-1/+5
2012-03-15Bump PKGREVISION from default python to 2.7.obache2-3/+4
2012-03-14Update to 4.8.0. As a byproduct, update proj-datumgrid to 1.5, whichgdt4-18/+44
has an additional grid shift file. Add a test target; regression tests now pass at least on NetBSD/i386 5.1_STABLE. 4.8.0 Release Notes ------------------- o Added the Natural Earth projection. o Added HEALPIX, rHEALPIX and Icosahedral Snyder Equal Area projections. o nad2bin now produces "CTable2" format grid shift files by default which are platform independent. o nad2nad removed, use cs2cs for datum shift operations. o projects.h no longer installed as a public include file. Please try to only use proj_api.h. o Add pj_get_spheroid_defn() accessor. o Added an alternate version of pj_init() that takes a projCtx (execution context) structure to address multithreading issues with error management and to provide a support for application hookable error reporting and logging. o Upgrade to EPSG 7.9. Some changes in ideal datum selection. o JNI bindings reworked, org.proj4.Projections deprecated in favor of org.proj4.PJ. o Added preliminary vertical datum support. o Fix various multithreading issues, particular in datum grid handling code. o Added support for the +axis= option for alternate axis orientations as part of a coordinate system (used for TM South Orientated support). o +proj=omerc implementatioin replaced with code from libproj4. +rot_conv flag no longer works, and some coordinate systems (ie. Malaysian) will need to use +gamma instead. "epsg" init file updated accordingly.
2012-03-12Fix broken patch file.fhajny2-11/+12
2012-03-09Fix problem with ISNAN on SunOS.fhajny2-5/+11
2012-03-09Bump PKGREVISION for python default version change to 2.7.wiz1-2/+2
py-* not affected, since it built different versions depending on the setting already.
2012-03-07Changes 1.9.0:adam7-115/+38
* New GDAL drivers: ACE2, CTG, E00GRID, ECRGTOC, GRASSASCIIGrid, GTA, NGSGEOID, SNODAS, WebP, ZMap * New OGR drivers: ARCGEN, CouchDB, DWG, EDIGEO, FileGDB, Geomedia, GFT, IDRISI, MDB, SEGUKOOA, SEGY, SVG, XLS * Significantly improved drivers: NetCDF * Encoding support for shapefile/dbf * RFC 35: Delete, reorder and alter field definitions of OGR layers * RFC 37: Add mechanism to provide user data to CPLErrorHandler * gdalsrsinfo: new supported utility to report SRS in various form (supercedes testepsg)
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz14-27/+28
2012-02-26Changes 1.7.4:adam7-66/+45
* Fix5010 Line intersection non fatal error * Fix2992 Use native Separators in Filename-edit-widget * Fix4633 'Save as...DXF' does not add file extension * Fix4412 Ftools: Input layers are not presented in alphabetical order * Fix4326 Use project title as default filename in Save and Save as dialogs * Fix4623 GPS plugin: 'Save as...' does not add file extension * Fix4652 Remove "unsynced" EPSG CRS that are not listed in GDAL * Fix4625 Enable wait cursor when WMS search is ongoing * Fix3845 Add support for modulo operator (%) in rule based rendering * Fix4193 GRASS Rasters are not drawn with user-defined style * Fix4557 Fix crash when project is not yet saved * Fix4315 'Stretch Histogram to full dataset' toolbar button does not work with GRASS rasters * Fix4632 More precise composer map rotation * Fix4664 Fix label orientation with line dependent position * Fix2435 Fix Query builder from layer properties when layer name in cyrrilic * Fix4684 Skip attribute values with invalid variant type * Fix4549 Update QgsGenericProjectionSelector bindings * Fix4129 GDAL provider: add statusChanged signal and fix debugging output * Fix4379 If set 'prompt for CRS', CRS is asked when creating new shapefile layer * Fix4694 Hourglass not shown when classifying * Fix4478 Actions using %% do not work from identify results * Fix4646 Editing of table of attributes goes Wild * Fix3963 Crash when applying a graduated vector style * Fix3185,4689 Gps Tools: Allow user to add new ports * Fix4402 QGIS crashes displaying overview if diagrams are used * Fix4371 Identify tool does not work with reprojected WMS layers * Fix4305 Query builder: added ' ' around numeric fields (wrong) * Fix4217 Allow up to 5 decimal places for width/size Scale Field * Fix4452 Support for cyrillic symbols in raster metadata * Fix4558 Enhancements in OGR Provider * Fix3201 Show warning when user tried to create field 'shape' in shapefile
2012-02-06Revbump forwiz20-36/+40
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-02remove G_DISABLE_DEPRECATED from Makefile to fix build with recent glib2,drochner4-2/+28
addresses PR pkg/45912 by Joern Clausen
2012-02-02remove G_DISABLE_DEPRECATED from Makefile to fix build with recent glib2,drochner3-8/+20
addresses PR pkg/45912 by Joern Clausen update to 0.4.7 (cosmetical, changes are binding improvements, not relevant to pkgsrc)
2012-01-28Add new dependency of recently updated upstream version.jkunz1-1/+2
2012-01-28Update to upstream version qlandkartegt-1.3.2.jkunz4-46/+10
2012-01-27* LICENSE=mitobache2-7/+8
* distutils pkg, register egg-info. * fixes installation with PKGREVISION. Bump PKGREVISION.
2012-01-26Split ifdef with && into two, to avoid parse errors on the secondgdt3-9/+20
clause when the first is not satisfied. (Apparently &&, while not evaluating, still has to parse.) Fixes build on OS X.
2012-01-25MAKE_JOBS_SAFE=nogdt1-1/+6
Non-repeatable build error reported by joerg@ - disable parallel builds for now until this can be debugged.
2012-01-24Update to 1.8.1.gdt3-52/+8
= GDAL/OGR 1.8.1 release notes = The 1.8.1 release is a routine bug fix release on the stable GDAL/OGR 1.8 branch. == General == * Fix for windows build of cpl_vsil_gzip.cpp (#3908) * Fix OGRDataSource.Open() signature so utf8 translation works in C# (#3766). * Fix cpl_config.h.vc so it also works with mingw compiler on windows (#3960) * Fix GEOS configuration checking affecting GEOS 3.0.4 (#3990) * Support optional nmake.local file for local MSVC config (r22529). == GDAL / Raster == * GDALReplicateWord(): fix error with missing one pixel (#4090) * Fix issue with duplicating metadata (#3961) * VRT: Fix issues with complex data types (#3977) * VRT: Fix issue with nodata values and uninitialized buffers (#4045) * VRT/.aux.xml: Fix performance with large color tables (#3961) * VRT: Fix for VRTs smaller than the default block size (#4137) * IDRISI/RST: Fix seg fault with missing fields in .ref and .rdc (#4100) * IDRISI: Fix problem with spherical inverse flattening (#3757) * GTIFF: Fix support for external overviews with COPY_SRC_OVERVIEWS (#3938) * GTIFF: Correct handling of linear geokeys in feet (#3091) * GTIFF: Fix edge anomoly issues with jpeg tiles (#4096) * GTIFF: Don't skip driver even if library versions differ (#4101) * SAGA: Fix reading/writing .sdat files larger than 2GB. (#4104) * PCIDSK: Various fixes particularly for linked files (r21513) * PCIDSK: Fixes for georeferencing parsing (#3913) * ECW: Added/fixed french ECW coordinate systems (#3868) * ECW: Force sign of y pixel size when needed (#393) * ECW: Support EPSG:n style coordinate systems (#3955) * ECW: Fixes related to geotransform overrides (#4131) * ERS: Handle .ers files in case insensitive way (#3974) * PNG: Add support for libpng >= 1.5.0 (#3914) * JP2KAK: Support reading and writing resolution info (#3847) * MRSID: Fix for configuring and building on MacOS X (#3910) * HFA (.img): Fix filename computations and updating for renaming files (#3897) * HFA (.img): Support reading 2bit compressed .img files (#3956) * HFA (.img): Fix for rewriting projection/datum parameters (#3969) * NITF: Correct hemisphere setting for ICORDS=U with world file (#3931) * NITF: Added NITF_DISABLE_RPF_LOCATION_TABLE_SANITY_TESTS option (#3930) * NITF: Make attribute section size hack safer (#4020) * EHDR: Improved floating point file detection (#3933) * ASRP: Approximated support for Azimuthal Equidistant in poles (#3946) * HDF5/BAG: fix handle and memory leaks (#3953) * HDF5: Avoid returning NULL from GetProjectionRef() (#4076) * HDF5: Improve preservation of floating point precision in metadata (r22531). * JPIPKAK: Fix problems with overviews, windowing and errors (#3967) * USGSDEM: Fixing locale dependent parsing of numbers (#3886, #3979) * RS2: Support subdataset oriented metadata and overviews (#4006) * AIGRID: Support uncompressed integer images (ArcGIS 10) (#4035) * gdalwarp: Include DstDensity mask in memory calculations (#4042) * GeoRaster: Full backport for fixes and features (#4039,#3266,#4071,#4072,#4132) * ENVISAT: Fix gcp computations for stripline products (#3160,#3709) * ENVISAT: Fix gcp computations for MERIS products (#4086) * SAR_CEOS: Fix potential crash with odd filenames. (#4065) * SAR_CEOS: Skip datasets with wrong record length. (#4146) * ENVI: Support ESRI style coordinate system strings (#3312) * JAXAPALSAR: Fix datatype of 1.5 level product (#4136) * gdalfillnodata: working file is created as bigtiff if possibly needed (#4088) == OGR / Vector == * LIBKML: Fix build issue against static libkml (#3909) * LIBKML: Improve checking to see if files are actually kml (#4003) * GML: Fix crash with invalid geometries when axis order is lat/long (#3935) * GML: Support curves in directEdges (#3934) * GML: Do not force 3D linestrings for directed edges (#3936) * GPX/GeoRSS: Fix expat library order issue on unix (#3948) * PG/PGDUMP: Fix handling of NaN in zero width fields (#2112) * PGDUMP: Add CREATE_SCHEMA and DROP_TABLE layer options (#4033) * PGDUMP: Support wkbNone geometry better, and other subtle bugs (#4040) * OGR SQL: Allow double quoting column name in SELECT DISTINCT (#3966) * OGR SQL: Fix crashes with some uses of SUBSTR and CAST (#4055) * OGR SQL: Fix crash on IS NULL test on floating point fields (#4091) * OGR SQL: Fix error with SQL joins (#4112) * MSSQL: Fix for IDENTITY INSERT problem (#3992) * MSSQL: Fix for schema handling (#3951) * MSSQL: Fix for geometry handling with ExecuteSQL() (#4149) * OCI: Fix writing of tables with no general attributes (#4063) * GeoJSON: Fix assertion on ESRI json (#4056, #4057) * GeoJSON: Improve numeric field determination (#4082) * SHAPE: Fix decoding of triangle fans in multipatch files (#4081) * SHAPE: Fix multipolygon detection issue due to isClockwise failure (#4122) * MITAB: Fix handling of filenames with two dots in them. (#4123) * MITAB: Fix problems with null datetime values (#4150) * ogr2ogr: Improve -overwrite/-append handling (#4012) * ogr2ogr: Ensure -where fields are address in SetIgnoredFields (#4015)
2012-01-23Added PLIST.Darwinadam1-0/+3
2012-01-23Changes 1.7.3:adam16-73/+345
* Fix 3581 Ftools: union tool leave holes in output * Fix 4500 Simplify tool freezes QGIS * Fix 4466 Fixes for 'v.what.vect' and 'v.generalize' modules in the GRASS plugin * Fix 4552 Patch for v.what.vect * Fix 4035 Print Composer shape combo box not refecting current shape * Partial Fix 3097 Add preference to set/override environment variables * Fix 2749 Move 'Add to Attributes List' button * Fix 4560 Wrong scale displayed in Map canvas * Partial Fix 4383 Ftools: Improve how processes are handled * Fix 3577 Adding a print composer doesn't dirty the document * Fix 3170 Many GDAL Tools don't work in OS X standalone * Fix 3723 Transparency settings are not applied from *.qml * Fix 3576 qml not read automagically for rasters * Fix 2977 Messy uninstallation of the standalone installer * Union and Symetrical difference works only on whole layer fixed * Save some time in node tool for geometry export and avoid detachs * Initialize default symbol to 0 in rule based renderer * Make relative paths default * Fix tab restoration in project properties * Add helpful info to GdalTools Settings dialog on how to configure GDAL path * New vector layer dialog - show CRS as authid-description pair instead of proj4 string * Fix crash with relative file paths if projPath is not yet defined * Add helpful info to GdalTools Settings dialog on how to configure GDAL path * And a lot of other smaller Bugfixes
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache4-8/+8
2012-01-08Update to 3.3.2 (bugfixes from 3.3.0, basically).gdt3-10/+18
Changes in 3.3.2 2012-01-05 - Bug fixes / improvements - Fix CMAKE_CXX_FLAGS overriding -std=gnu++0x (#489) - Missing versions update in CMake configuration (#490) - Fix noding of self-intersecting lines through UnaryUnion (#482) - Fix handling of collapsed edges skipping in BufferOp (#494) - Print up to 18 digits of precision for TopologyException points - Fix noding with reduced precision in Buffer operation (#473) - Fix HotPixel original point invalidation (#498) - Fix CascadedPolygonUnion to discard non-polygonal components (#499) - Improve buffer robustness by reverting to non-snaprounding noder (#495) - Fix C++11 build by avoiding std::pair<auto_ptr> (#491) - Add --clibs to geos-config and GEOS_C_LIBS to geos.m4 (#497) - Apply shoelace formula for area calculation (#485) - Fix default initialization issue for clang (#500) - Improve overlay robustness by fixing areal validity on snapping (#488) Changes in 3.3.1 2011-09-27 - Bug fixes / improvements - Fix memory leak on invalid geometry in InteriorPointArea (#475) - ValidOp abort in presence of 2 touching holes forming an island (#449) - Enable prepared intersects operation for points - Fortify suspicious code found by static analisys tools - Fix for SOLARIS build (#461) - Fix EMPTY result from GEOSOffsetCurve with distance 0 (#454) - Fix Geometry::clone to copy SRID (#464) - Fix for clang builds (#463) - Fix out-of-place builds for python binding (#332) and regress testing - Fix OS X framework cmake build (#385)
2011-12-01geometry/geos: Fix DragonFlymarino2-4/+4
DragonFly need the same platform.h.in modification that NetBSD requires for ISNAN support.