diff options
author | jkunz <jkunz> | 2011-01-13 22:24:34 +0000 |
---|---|---|
committer | jkunz <jkunz> | 2011-01-13 22:24:34 +0000 |
commit | b185716c627cd299e4ca425940988c2882f89f6b (patch) | |
tree | c72264a7abb99719c2cbeda15b210a85fa7c39e8 | |
parent | 02c2d879aa1848135354c60ecb38af704c5d386b (diff) | |
download | pkgsrc-b185716c627cd299e4ca425940988c2882f89f6b.tar.gz |
Update to version 0.17.0.
Changes:
* French Cadastre plugin
* Bing Maps plugin
* GDAL raster background plugin
* Printing and exporting to PDF/raster/SVG
* Extrude interaction for ways
* Filter system
* Toolbar editor (create/modify tollbars)
* Allow to align background image with <SPACE>+pan
* When opening/importing, always fallback to GDAL if available. Allows to open most GDAL supported geomtery files.
* Styles : allow to texture areas with an icon
* Auto-add "source" tag when drawing over a background map; define the value in the WMS and TMS editors
* New command line options: "--ignore-preferences" && "--reset-preferences"
* "--importag-tags-as-is" command-line switch to prevent adding underscores to imported tags
* When creating a way or area, press "C" to close the current way
* New preference: "Allow node/way creation in select mode". When checked, allows double-click to create a node and double-click on a node to start a way in select mode.
* Snap to angle functionality when creating way: keeping "o" pressed snap to 45° angles, "h" snap to 30° angles
* Ability to enter and select multiple OSM servers in preferences
* Use Nominatim (http://nominatim.openstreetmap.org/) for place name lookup due to gazetteer closure
* Support for XAPI
* Allow to rename a layer by double-clicking on its name
* If a shapefile do not provide its projection, ask the user for it and do not crash
* "Set view projection to layer's" action added to image layers; set the main projection to the one of the layer
* Tool to align edges to regularly spaced angles (can orthogonalise buildings)
* Join areas tool
* Add a "portable" mode to merkaartor via command-line ("-p") or build setting ("PORTABLE=1")
* Add a "Find" button to the Feature dock. Press "Reset" to revert to list current features.
-rw-r--r-- | geography/merkaartor/Makefile | 7 | ||||
-rw-r--r-- | geography/merkaartor/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/geography/merkaartor/Makefile b/geography/merkaartor/Makefile index 4158605e676..479a576b534 100644 --- a/geography/merkaartor/Makefile +++ b/geography/merkaartor/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2011/01/13 13:37:54 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2011/01/13 22:24:34 jkunz Exp $ # -DISTNAME= merkaartor-0.16.3 -PKGREVISION= 2 +DISTNAME= merkaartor-0.17.0 CATEGORIES= geography -MASTER_SITES= http://merkaartor.be/attachments/download/29/ +MASTER_SITES= http://merkaartor.be/attachments/download/192/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jkunz@NetBSD.org diff --git a/geography/merkaartor/distinfo b/geography/merkaartor/distinfo index db69a5602f1..877537421a0 100644 --- a/geography/merkaartor/distinfo +++ b/geography/merkaartor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2010/09/21 18:51:55 jkunz Exp $ +$NetBSD: distinfo,v 1.7 2011/01/13 22:24:34 jkunz Exp $ -SHA1 (merkaartor-0.16.3.tar.bz2) = 1aadaeac2369502e2bb929a7a86a2916b711dd99 -RMD160 (merkaartor-0.16.3.tar.bz2) = 05a92357d0c6632023ce7e3621f2487102f95045 -Size (merkaartor-0.16.3.tar.bz2) = 5793565 bytes +SHA1 (merkaartor-0.17.0.tar.bz2) = bd7a162a6bac0073e05b4960db2d941ae41b6e7e +RMD160 (merkaartor-0.17.0.tar.bz2) = c342bdf3c19c4d76c96c62ec9801b3e6a50c9254 +Size (merkaartor-0.17.0.tar.bz2) = 7138228 bytes |