diff options
author | jkunz <jkunz@pkgsrc.org> | 2011-01-13 20:51:30 +0000 |
---|---|---|
committer | jkunz <jkunz@pkgsrc.org> | 2011-01-13 20:51:30 +0000 |
commit | cc933f16430a2a764e1b99c85d38457b74dcf0d4 (patch) | |
tree | 7247ac547741e962813fe64d913aa538b1f139f2 | |
parent | 750923dd8888104e5f175e77e8f60a61d5257579 (diff) | |
download | pkgsrc-cc933f16430a2a764e1b99c85d38457b74dcf0d4.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 | 4 | ||||
-rw-r--r-- | geography/merkaartor/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/geography/merkaartor/Makefile b/geography/merkaartor/Makefile index ab2dfde000f..f461aabfd54 100644 --- a/geography/merkaartor/Makefile +++ b/geography/merkaartor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2010/09/21 18:51:55 jkunz Exp $ +# $NetBSD: Makefile,v 1.16.2.1 2011/01/13 20:51:30 jkunz Exp $ # -DISTNAME= merkaartor-0.16.3 +DISTNAME= merkaartor-0.17.0 CATEGORIES= geography MASTER_SITES= http://merkaartor.be/attachments/download/29/ EXTRACT_SUFX= .tar.bz2 diff --git a/geography/merkaartor/distinfo b/geography/merkaartor/distinfo index db69a5602f1..27fb8740205 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.6.2.1 2011/01/13 20:51:30 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 |