summaryrefslogtreecommitdiff
path: root/geography
AgeCommit message (Collapse)AuthorFilesLines
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
2010-03-14Fix path to proj after its reimport.wiz8-19/+19
2010-03-14Reimport some packages from misc into a better fitting category.wiz21-0/+264
Packages found by Timothy E. Larson (mail to pkgsrc-users). PREV_PKGPATH is set for tools that need to follow this move.
2010-03-12+ garmintoolsghen1-1/+2
2010-03-12Import garmintools-0.10, utilities to retrieve data from Garmin Forerunner 305ghen4-0/+58
and similar GPS units, and export data to other, well-known formats.
2010-03-10Changes 1.7.1:adam4-39/+23
The 1.7.1 release was prepared and issued primarily to deal with ticket 3382, relating to the fact that GDAL 1.7 has had a significant regression in that all Erdas Imagine (HFA/.img) files produced are unreadable by non-GDAL software including released versions of ArcGIS and Erdas Imagine. Following is a list of all bug fixes since the 1.7.0 release. == General == * MacOS X: Support versioning for framework builds * FreeBSD: fix --with-threads configuring == GDAL / Raster == * HFA/Imagine: Fix very serious 1.7 bug with blank layer names which was producing .img files unreadable in non-GDAL software * HFA: Ensure nodata values carried into overviews * HFA: Fix support for files with nonstandard mapunits * NITF: Improve NITF spec compliance when generating JPEG compression * NITF: Improve dateline handling for CADRG products * NITF: Return GCPPROJECTIONX metadata when we can't transform polar * GeoRaster: Avoid error messages when looking up epsg codes * DODS / GDALCopyWords(): Fix bug with negative offsets/flipping * PCIDSK: Fix new bug with UTM MGRS zone handling * PDS: Fix up offset support for detached labels * gdal_merge.py: support per band init values * ECW: Fix one broken case in configure logic * RasterLite: Fix crash on 32bit platforms * NetCDF: Prevent CreateCopy() of complex bands * HDF4: Fix buffer overflow with GeodeticLatitude == OGR / Vector == * SQLite: TestCapability() returns TRUE for transation support * DXF: Support polylines in Object Coordinate System * MIF/ogr2ogr: Fix new problem translating to MIF format * GeoJSON: Support stdout output via new /vsistdout/ name * Shapefile: Fixes for winding calculations on read and write * Postgres: Get field width and precision from SQL queries
2010-03-08Release 0.18.0 imported.jkunz3-8/+9
Changes: Bug #141: Fix: Raster map search does not work with map files containing multiple '.' Bug #142: Fix: Raster map search does not work with lon/lat WGS84 projection Request #143: Delete map while active/shown Request #144: Make scalebar work for maps with lat/lon projection Bug #145: Fix: Zoom to area does not work when using lon/lat DEM and Garmin maps Bug #146: Fix: qlb and sticky waypoint handling for qt4.6 Request #147: Hide / show tracks Request #148: Add zoom to fit for multiple selected tracks Request #149: Add zoom to fit for multiple selected waypoints Request #150: Rewrite 3D view Request #151: Add first person view to 3D view Request #152: Add point of view on track to 3D view Request #153: Add compass to 3D view Request #154: Add elevation meter to 3D view Request #155: Add artificial horizont to 3D view Request #156: Add zoom to fit for multiple selected overlays
2010-03-07Bugfix Update to version 0.15.2:jkunz2-6/+6
The CHANGELOG since 0.15 is: * FIX : roads not always refreshed when changing type or properties (fixes #2773) * FIX : Cannot cleanly copy tags from one relation to another (fixes #2746) * FIX : When merging contiguous nodes in the same way, check that we don't add the same node twice (fixes #2771) * FIX : OSX enhacements (by Aleksandar Topuzovic) (closes #2774) * FIX : When nodes are hidden,do not put them in the way of selecting roads * FIX : avoid multiple updateVirtuals() at download time by disabling it and doing them all when the download is done * FIX : speedup node moving by disabling virtual nodes and index updates during drag * FIX : crash when coming from "Separate move mode" and a feature is selected.
2010-03-07gdt's update overlooked the two new files in the docs.dholland3-4/+15
(See the docs update I filed in December in PR 42419.) PKGREVISION++, to 1.
2010-03-042009-11 revision of the documentationgdt2-9/+9
2010-03-04Add and enable qlandkartegt, qlandkartegt-garmindev and qlandkartem.taca1-1/+4
2010-03-04Update to 7.4.1 (with readme at 7.4). This is a database, not agdt3-14/+15
program, so the changes are simply additions, deletions and corrections.
2010-03-02Update PLIST for latest version 0.15.1.jkunz1-1/+6
2010-03-02Add QLandkarteGT and Garmin device drivers to pkgsrc.jkunz8-0/+105
2010-03-02Add qlandkartem to pkgsrc.jkunz6-0/+80
2010-03-02Update merkaartor to the latest version 0.15.1jkunz2-8/+7
2010-02-10Bump revision for change of PostgreSQL default version.joerg1-2/+2
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg2-4/+4
2010-02-09Needs pkg-config.joerg1-1/+2
2010-02-07Change deleted comamnd to true (instead of empty) in else/fi to avoidgdt2-4/+5
objections from Mac's /bin/sh.
2010-02-07Viking 0.9.91 (2010-02-06)gdt4-25/+10
New features since 0.9.9 * Interpolation for maps: use less precise images when wanted image is not prese nt * GObjectify maps ** Add compatibility facilities * GObjectify go-to/search feature ** Add Name finder search engine ** Add Nominatim search engine ** Add Geonames search engine ** Add generic XML search code * Add configuration file for map sources, goto and external tool (See examples in distribution) * Add option to download only maps that are more recent on server ** Try to download newer tiles when autodownload is set and server supports such check ** Tiles must be older than a specified age before checking server * Add support for recently used files * Add DEM Gradient * Add DOAP file
2010-02-04+ p5-Geo-ShapeFilewiz1-1/+2
2010-02-04Initial import of p5-Geo-ShapeFile, packaged for wip by Wen Heping.wiz3-0/+27
Geo::ShapeFile module reads ESRI ShapeFiles containing GIS mapping data, it has support for shp (shape), shx (shape index), and dbf (data base) formats.
2010-02-01DESTDIR supportjoerg1-4/+4
2010-01-27Added fastcgi as an option (to boost mapserver's performance)adam1-2/+10
2010-01-26Changes 5.6.1:adam6-126/+116
- Changed msSaveImageBufferGD to be in accordance with msSaveImageGD - Changed the query map rendering implementation without adding extra layers to the map - SQL Server 2008 plugin is not handling null field values correctly - Hatch symbol not properly saved - Expose symbolObj.inmapfile to the SWIG API, have already been exposed to PHP - Expose getGeomTransform/setGeomTransform to SWIG instead of exposing the private vars for rfc48 - Fixed writeSymbol to support writing 'ANGLE AUTO' - Fixed problems with point queries not working via the CGI (mode=query or mode=nquery) Changes 5.6.0: - Fixed potential leak of env. vars through msEvalRegex() - WFS hits count is incorrect if the request contain 2 layers or more - Fixed a problem with layer plugin where copyVirtualTable didn't copy the LayerResultsGetShape function pointer
2010-01-26Added dependency on jasper, libungif, pngadam2-6/+12
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz6-11/+12
2010-01-18Changes 1.6.3:adam5-57/+46
* r13533 (ogr postgis plugin) have been added to the stable branch only * GRIB detection not thread safe * Bug fixes Changes 1.6.2: * OGR expression parser causes access violations with large expressions * OGR cannot open/handle .DBF files > 2 GB * crash in cpl_vsil_win32.cpp when compiling as x64 under Windows * create index sql execute problem * GTiffDataset::FlushCache() cause crashes when used just after dataset creation * GDALDefaultOverviews::BuildOverviews() causes out-of-bounds writes for a 1x1 dataset * gdaladdo crashes on a 16-bit dataset when external overviews are requested to have JPEG compression * Corrupt EXIF info can cause stack buffer overflow in JPEG driver
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz4-8/+8
2009-12-28Add patch from upstream via debian that avoids using thegdt3-9/+23
withdrawn-in-2.90 gpsd interface. Restore dependency on gpsd.
2009-12-27Viking 0.9.9 uses gps_query, an interface withdrawn by gpsd in 2.90.gdt1-3/+9
Therefore, don't link with gpsd. Sort of fixes pkg/42501.
2009-12-15Recursive bump for libltdljoerg1-1/+2
2009-12-14shlib version changed in geosgdt3-6/+6
2009-12-14ABI incompatible change in 3.2.0, although perhaps only due to shlibgdt1-2/+2
version matching release version.
2009-12-14Update to 3.2.0:gdt3-12/+182
Changes in 3.2.0 - Add Single-sided buffer operation - JTS-1.10 sync ... - Drastically improved Buffer speed (20x for a case in testsuite) - Improved EdgeList duplicate edge finding - Added algorithm::distance package - Added algorithm::Angle class - Added algorithm::BoundaryNodeRule class - IsSimpleOp can now return non-simple location coordinate - DistanceOp can now check for 'within distance' predicate (earlier exit) - MultiPolygon::getBoundary always return MultiLineString, also when the result is the EMPTY geometry. - Various bug and leak fixes, optimizations - Replace MarkupSTL with tinyXML
2009-12-10As the detection of non-python doesn't really work, pull it in.joerg4-16/+39
Also depend on xmlto, otherwise the man pages are not created. Bump revision.
2009-12-07Update ABI_DEPENDS for shlib change, and also API_DEPENDS due togdt3-4/+9
impending changes. Revbump those that depend.
2009-12-07Update to 2.90.gdt5-82/+33
* Fri Dec 4 2009 Eric S. Raymond <esr@snark.thyrsus.com> - 2.90 GPSD-NG, the new JSON-based command protocol, is now deployed; as a consequence, AIS is now fully supported in both daemon and client. Detection of end of a fix-reporting cycle is now reliable; accordingly data is accumulated from cycle start and the "J" (nojitter) opoption on both server and client side is gone. We have abandoned the gpsflash subproject since it has become apparent that we can't do it without more vendor cooperation than we're likely to get. Increase major version of shared library due to significant API change. Added new driver for Motorola Oncore receivers, with help from HÃ¥kan Johansson. gpsfake can now accept multiple logfiles, interleaving test sentences from each. gpsd now accepts error estimates from the NMEA $GPGBS sentence.
2009-12-06Update to 0.02. Upstream changes are build/packaging fixes to avoidgdt3-9/+11
hardcoded paths.