Changeset 31923 in osm
- Timestamp:
- 2016-01-03T15:44:33+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 74 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ColumbusCSV/build.xml
r30768 r31923 10 10 <property name="plugin.class" value="org.openstreetmap.josm.plugins.columbusCSV.ColumbusCSVPlugin"/> 11 11 <property name="plugin.description" value="Imports proprietary CSV files of the Columbus/Visiontac V-900 GPS logger into a GPX layer."/> 12 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV"/> 12 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV"/> 13 13 <!-- Plugin icon --> 14 14 <property name="plugin.icon" value="images/colcsvicon.png"/> -
applications/editors/josm/plugins/CommandLine/build.xml
r31869 r31923 13 13 <property name="plugin.description" value="Implements a command line and enables to create your commands. See link for standard commands (arc, circle etc.)"/> 14 14 <property name="plugin.icon" value="images/commandline.png"/> 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/CommandLine"/> 15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/CommandLine"/> 16 16 17 17 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/Create_grid_of_ways/build.xml
r30416 r31923 13 13 <property name="plugin.description" value="Create a grid of ways."/> 14 14 <property name="plugin.icon" value="images/creategridofways.png"/> 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/Create_grid_of_ways"/> 15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/Create_grid_of_ways"/> 16 16 17 17 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/DirectUpload/build.xml
r31871 r31923 14 14 <property name="plugin.description" value="This plugin directly upload GPS Traces from current active layer in JOSM to openstreetmap.org."/> 15 15 <property name="plugin.icon" value="images/UploadAction.png"/> 16 <property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#DirectUpload_Plugin_in_JOSM_:"/> 16 <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#DirectUpload_Plugin_in_JOSM_:"/> 17 17 <!--<property name="plugin.early" value="..."/>--> 18 18 <!--<property name="plugin.requires" value="..."/>--> -
applications/editors/josm/plugins/ElevationProfile/build.xml
r31574 r31923 13 13 <property name="plugin.description" value="Shows the elevation profile and some statistical data of a GPX track."/> 14 14 <property name="plugin.icon" value="images/elevation.png"/> 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile"/> 15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile"/> 16 16 17 17 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/FastDraw/build.xml
r31265 r31923 13 13 <property name="plugin.description" value="Fast drawing ways by mouse"/> 14 14 <property name="plugin.icon" value="images/favicon.png"/> 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/FastDraw"/> 15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/FastDraw"/> 16 16 17 17 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/FixAddresses/build.xml
r30416 r31923 13 13 <property name="plugin.description" value="Finds and fixes invalid street addresses in a comfortable way."/> 14 14 <property name="plugin.icon" value="images/fixaddresses.png"/> 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/FixAddresses"/> 15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/FixAddresses"/> 16 16 17 17 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/ImportImagePlugin/build.xml
r31757 r31923 11 11 <property name="plugin.description" value="Plugin for importing spatial referenced images"/> 12 12 <property name="plugin.icon" value="images/layericon.png"/> 13 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportImagePlugin"/> 13 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportImagePlugin"/> 14 14 <property name="plugin.requires" value="log4j;jts;ejml;geotools"/> 15 15 -
applications/editors/josm/plugins/NanoLog/build.xml
r30527 r31923 11 11 <property name="plugin.icon" value="images/nanolog.png"/> 12 12 <property name="plugin.description.ru" value="Загрузчик слоя NanoLog"/> 13 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/NanoLog"/> 14 <property name="plugin.link.ru" value="http://wiki.openstreetmap.org/wiki/RU:NanoLog"/> 13 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/NanoLog"/> 14 <property name="plugin.link.ru" value="https://wiki.openstreetmap.org/wiki/RU:NanoLog"/> 15 15 16 16 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/OSMRecPlugin/build.xml
r31699 r31923 13 13 <property name="plugin.description" value="Recommends categories/tags on newly created OSM entities by analysing spatial entities into training features and using SVM classification"/> 14 14 <property name="plugin.icon" value="images/dialogs/logo-osmrec.png"/> 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OSMRec"/> 15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OSMRec"/> 16 16 <property name="plugin.requires" value="log4j;apache-commons;jts;geotools"/> 17 17 -
applications/editors/josm/plugins/OSMRecPlugin/resources/files/owl.xml
r31106 r31923 10429 10429 <label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="it">Prato alpino</label> 10430 10430 <label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="tl">Pulak</label> 10431 <label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="cs">See http://wiki.openstreetmap.org/wiki/Tag:natural=fell</label> 10431 <label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="cs">See https://wiki.openstreetmap.org/wiki/Tag:natural=fell</label> 10432 10432 <label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="fi">Tunturi</label> 10433 10433 <label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="sl">Višinski travnik</label> -
applications/editors/josm/plugins/OpeningHoursEditor/build.xml
r30962 r31923 10 10 <property name="plugin.description" value="extended options for editing opening_hours"/> 11 11 <property name="plugin.icon" value="images/opening_hours.png"/> 12 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpeningHoursEditor"/> 12 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpeningHoursEditor"/> 13 13 <property name="plugin.canloadatruntime" value="true"/> 14 14 -
applications/editors/josm/plugins/addrinterpolation/build.xml
r30416 r31923 13 13 <property name="plugin.description" value="Group common Address Interpolation inputs in a single dialog, as well as an option to automatically generate individual house number nodes from a Way."/> 14 14 <property name="plugin.icon" value="images/AddrInterpolation.png"/> 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation"/> 15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation"/> 16 16 17 17 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/alignways/build.xml
r30550 r31923 13 13 <property name="plugin.description" value="Makes a pair of selected way segments parallel by rotating one of them around a chosen pivot."/> 14 14 <property name="plugin.icon" value="images/alignways.png"/> 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AlignWayS"/> 15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/AlignWayS"/> 16 16 17 17 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/buildings_tools/build.xml
r31640 r31923 13 13 <property name="plugin.description" value="Tools for drawing buildings."/> 14 14 <property name="plugin.icon" value="images/mapmode/building.png"/> 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/BuildingsTools"/> 15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/BuildingsTools"/> 16 16 <property name="plugin.canloadatruntime" value="true"/> 17 17 -
applications/editors/josm/plugins/cadastre-fr/build.xml
r30703 r31923 13 13 <property name="plugin.description" value="A special handler for the French land registry WMS server."/> 14 14 <property name="plugin.icon" value="images/preferences/cadastrewms.png"/> 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/Cadastre"/> 15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/Cadastre"/> 16 16 <property name="plugin.stage" value="60"/> 17 17 <property name="plugin.requires" value="jts;geotools"/> -
applications/editors/josm/plugins/czechaddress/build.xml
r31768 r31923 31 31 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 32 32 <attribute name="Plugin-Description" value="Creating and handling address nodes and buildings within Czech Republic."/> 33 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/CS:JOSM/Plugins/CzechAddress"/> 33 <attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/CS:JOSM/Plugins/CzechAddress"/> 34 34 <attribute name="Plugin-Icon" value="images/preferences/czech_flag.png"/> 35 35 <attribute name="Plugin-Mainversion" value="7001"/> -
applications/editors/josm/plugins/download_along/build.xml
r30416 r31923 13 13 <property name="plugin.description" value="Downloads OSM data along a way"/> 14 14 <property name="plugin.icon" value="images/download_along.png"/> 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/DownloadAlong"/> 15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/DownloadAlong"/> 16 16 <!--<property name="plugin.early" value="..."/>--> 17 17 <!--<property name="plugin.requires" value="..."/>--> -
applications/editors/josm/plugins/editgpx/build.xml
r30416 r31923 13 13 <property name="plugin.description" value="Allows the user to anonymize timestamps and delete parts of huge GPX tracks very fast."/> 14 14 <property name="plugin.icon" value="images/mapmode/editgpx_mode.png"/> 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/EditGpx"/> 15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/EditGpx"/> 16 16 17 17 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/epci-fr/build.xml
r31017 r31923 14 14 <!--<property name="plugin.icon" value="..."/>--> 15 15 <property name="plugin.canloadatruntime" value="true"/> 16 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/EPCI-fr"/> 16 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/EPCI-fr"/> 17 17 <property name="plugin.early" value="true"/> 18 18 <!--<property name="plugin.requires" value="..."/>--> -
applications/editors/josm/plugins/ext_tools/build.xml
r31768 r31923 74 74 <attribute name="Plugin-Description" value="Use external scripts in JOSM"/> 75 75 <attribute name="Plugin-Icon" value="images/ext.png"/> 76 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ExtTools"/> 76 <attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ExtTools"/> 77 77 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 78 78 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> -
applications/editors/josm/plugins/geochat/build.xml
r31056 r31923 11 11 <property name="plugin.description" value="Talk with users editing the map nearby, be notified when someone comes close."/> 12 12 <property name="plugin.icon" value="images/dialogs/geochat.png"/> 13 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GeoChat"/> 13 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/GeoChat"/> 14 14 <property name="plugin.canloadatruntime" value="true"/> 15 15 … … 18 18 <attribute name="ru_Author" value="Илья Зверев"/> 19 19 <attribute name="ru_Plugin-Description" value="Панель для общения с редактирующими карту поблизости, а также способ узнать, когда кто-то собирается править окрестности."/> 20 <attribute name="ru_Plugin_Link" value="http://wiki.openstreetmap.org/wiki/RU:JOSM/Plugins/GeoChat"/> 20 <attribute name="ru_Plugin_Link" value="https://wiki.openstreetmap.org/wiki/RU:JOSM/Plugins/GeoChat"/> 21 21 </manifest> 22 22 </target> -
applications/editors/josm/plugins/gpsblam/build.xml
r31768 r31923 51 51 <attribute name="Plugin-Description" value="Analyse a set of GPS points to obtain its centre and direction of spread."/> 52 52 <attribute name="Plugin-Icon" value="images/mapmode/gpsblam_mode.png"/> 53 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPSBlam"/> 53 <attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPSBlam"/> 54 54 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 55 55 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> -
applications/editors/josm/plugins/gpxfilter/build.xml
r30416 r31923 10 10 <property name="plugin.description" value="Allows to filter out unnecessary GPS tracks"/> 11 11 <!-- <property name="plugin.icon" value="images/preferences/walkingpapers.png"/>--> 12 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPXFilter"/> 12 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPXFilter"/> 13 13 14 14 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/graphview/build.xml
r30550 r31923 11 11 <property name="plugin.description" value="Visualizes routing information as a routing graph."/> 12 12 <property name="plugin.icon" value="images/preferences/graphview.png"/> 13 <property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/Graphview"/> 13 <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/Graphview"/> 14 14 15 15 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/graphview/resources/accessRuleset.xml
r30041 r31923 60 60 61 61 <!-- implications based on 62 http://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access-Restrictions 62 https://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access-Restrictions 63 63 section Default --> 64 64 -
applications/editors/josm/plugins/graphview/resources/accessRuleset_de.xml
r30041 r31923 60 60 61 61 <!-- implications based on 62 http://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access-Restrictions 62 https://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access-Restrictions 63 63 section Germany --> 64 64 -
applications/editors/josm/plugins/imagery-xml-bounds/build.xml
r31530 r31923 14 14 <property name="plugin.canloadatruntime" value="true"/> 15 15 <property name="plugin.icon" value="images/xml_24.png"/> 16 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Imagery-XML-Bounds"/> 16 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Imagery-XML-Bounds"/> 17 17 18 18 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/imagery_offset_db/build.xml
r31056 r31923 12 12 <property name="plugin.description" value="Database of imagery offsets: share and aquire imagery offsets with one button."/> 13 13 <property name="plugin.icon" value="images/iodb.png"/> 14 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/Imagery_Offset_Database"/> 14 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/Imagery_Offset_Database"/> 15 15 16 16 <target name="additional-manifest"> … … 18 18 <attribute name="ru_Author" value="Илья Зверев"/> 19 19 <attribute name="ru_Plugin-Description" value="База данных смещений подложек: загружайте и делитесь смещениями одной кнопкой."/> 20 <attribute name="ru_Plugin-Link" value="http://wiki.openstreetmap.org/wiki/RU:Imagery_Offset_Database"/> 20 <attribute name="ru_Plugin-Link" value="https://wiki.openstreetmap.org/wiki/RU:Imagery_Offset_Database"/> 21 21 </manifest> 22 22 </target> -
applications/editors/josm/plugins/imageryadjust/build.xml
r30416 r31923 8 8 <property name="plugin.description" value="WMSPlugin-style imagery adjustment mapmode"/> 9 9 <property name="plugin.icon" value="images/mapmode/adjustimg.png"/> 10 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImageryAdjust"/> 10 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImageryAdjust"/> 11 11 12 12 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/imagewaypoint/build.xml
r30416 r31923 13 13 <property name="plugin.description" value="Another plugin to match images to the waypoints in a GPX file. A match is made when the ''name'', ''cmt'' or ''desc'' attribute of a waypoint tag matches the filename of an image."/> 14 14 <property name="plugin.icon" value="images/dialogs/imagewaypoint.png"/> 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImageWayPoint"/> 15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImageWayPoint"/> 16 16 17 17 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/importvec/build.xml
r30416 r31923 10 10 <property name="plugin.description" value="Import vector graphics (SVG)"/> 11 11 <!-- <property name="plugin.icon" value=""/> --> 12 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportVec"/> 12 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportVec"/> 13 13 14 14 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/infomode/build.xml
r31768 r31923 71 71 <attribute name="Plugin-Description" value="Extra information about current layer objects pop ups - currently GPX trackpoint info"/> 72 72 <attribute name="Plugin-Icon" value="images/mapmode/infomode.png"/> 73 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/InfoMode"/> 74 <attribute name="ru_Plugin-Link" value="http://wiki.openstreetmap.org/wiki/RU:JOSM/Plugins/InfoMode"/> 73 <attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/InfoMode"/> 74 <attribute name="ru_Plugin-Link" value="https://wiki.openstreetmap.org/wiki/RU:JOSM/Plugins/InfoMode"/> 75 75 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 76 76 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> -
applications/editors/josm/plugins/junctionchecking/build.xml
r30664 r31923 12 12 <property name="plugin.description" value="creates a channel digraph and checks a subset of channels if it is a junction or searches in a subset of channels for junctions"/> 13 13 <property name="plugin.icon" value="images/dialogs/junctionchecker.png"/> 14 <property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/JunctionChecking"/> 14 <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/JunctionChecking"/> 15 15 16 16 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/livegps/build.xml
r30416 r31923 11 11 <property name="plugin.description" value="Support live GPS input (moving dot) through a connection to gpsd server."/> 12 12 <property name="plugin.icon" value="images/dialogs/livegps.png"/> 13 <property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/LiveGPS"/> 13 <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/LiveGPS"/> 14 14 <property name="plugin.stage" value="50"/> 15 15 -
applications/editors/josm/plugins/mapdust/build.xml
r31768 r31923 58 58 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 59 59 <attribute name="Plugin-Description" value="The MapDust Plug-In shows the MapDust bug reports on the map. You can create, close,invalidate, re-open and comment bug reports by using this plugin."/> 60 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/MapDust"/> 60 <attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/MapDust"/> 61 61 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 62 62 <attribute name="Plugin-Requires" value="gson"/> -
applications/editors/josm/plugins/michigan_left/build.xml
r30416 r31923 13 13 <property name="plugin.description" value="Adds no left turn for sets of 4 or 5 ways"/> 14 14 <property name="plugin.icon" value="images/michigan_left.png"/> 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/MichiganLeft"/> 15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/MichiganLeft"/> 16 16 17 17 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/namemanager/build.xml
r30772 r31923 14 14 <property name="plugin.pl_description" value="Pozwala na dodawanie, edycję i usuwanie tagów znajdujących się we wskazanym obszarze na raz"/> 15 15 <!-- <property name="plugin.icon" value="images/michigan_left.png"/> 16 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/MichiganLeft"/>--> 16 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/MichiganLeft"/>--> 17 17 18 18 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/native-password-manager/build.xml
r30822 r31923 10 10 <property name="plugin.description" value="Use your system''s password manager to store the API username and password. (KWallet and gnome-keyring are supported.)"/> 11 11 <property name="plugin.icon" value="images/lock24x24.png"/> 12 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Native_Password_Manager"/> 12 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Native_Password_Manager"/> 13 13 <property name="plugin.requires" value="jna"/> 14 14 -
applications/editors/josm/plugins/opendata/build.xml
r31766 r31923 7 7 <property name="plugin.icon" value="images/dialogs/o24.png"/> 8 8 <property name="plugin.canloadatruntime" value="true"/> 9 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData"/> 9 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData"/> 10 10 <property name="plugin.requires" value="apache-commons;jts;ejml;geotools;utilsplugin2"/> 11 11 -
applications/editors/josm/plugins/opendata/modules/00_module_dir_template/build.xml
r31768 r31923 116 116 <attribute name="Module-Description" value="A description for your module"/> 117 117 <attribute name="Module-Icon" value="images/dialogs/your_image_of_24_px.png"/> 118 <attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/YourModule"/> 118 <attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/YourModule"/> 119 119 <attribute name="Module-Version" value="${version.entry.commit.revision}"/> 120 120 </manifest> -
applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml
r31768 r31923 93 93 <attribute name="Module-Description" value="Bruxelles"/> 94 94 <attribute name="Module-Icon" value="images/data.be.bruxelles_24.png"/> 95 <!--<attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Bruxelles"/>--> 95 <!--<attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Bruxelles"/>--> 96 96 <attribute name="Module-Version" value="${version.entry.commit.revision}"/> 97 97 </manifest> -
applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml
r31768 r31923 93 93 <attribute name="Module-Description" value="Belgian Open Data initiative"/> 94 94 <attribute name="Module-Icon" value="images/be24.png"/> 95 <!--<attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Datagov.be"/>--> 95 <!--<attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Datagov.be"/>--> 96 96 <attribute name="Module-Version" value="${version.entry.commit.revision}"/> 97 97 </manifest> -
applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml
r31768 r31923 93 93 <attribute name="Module-Description" value="CG41 - Loir-et-Cher"/> 94 94 <attribute name="Module-Icon" value="images/data.fr.cg41_24.png"/> 95 <!--<attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/CG41"/>--> 95 <!--<attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/CG41"/>--> 96 96 <attribute name="Module-Version" value="${version.entry.commit.revision}"/> 97 97 </manifest> -
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml
r31768 r31923 93 93 <attribute name="Module-Description" value="data.gouv.fr"/> 94 94 <attribute name="Module-Icon" value="images/fr24.png"/> 95 <attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/WikiProject_France/data.gouv.fr"/> 95 <attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/WikiProject_France/data.gouv.fr"/> 96 96 <attribute name="Module-Version" value="${version.entry.commit.revision}"/> 97 97 </manifest> -
applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml
r31768 r31923 93 93 <attribute name="Module-Description" value="Informations publiques du Mans Métropole."/> 94 94 <!--<attribute name="Module-Icon" value="images/dialogs/your_image_of_24_px.png"/> 95 <attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/YourModule"/>--> 95 <attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/YourModule"/>--> 96 96 <attribute name="Module-Version" value="${version.entry.commit.revision}"/> 97 97 </manifest> -
applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml
r31768 r31923 93 93 <attribute name="Module-Description" value="A description for your module"/> 94 94 <attribute name="Module-Icon" value="images/dialogs/your_image_of_24_px.png"/> 95 <attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/YourModule"/> 95 <attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/YourModule"/> 96 96 <attribute name="Module-Version" value="${version.entry.commit.revision}"/> 97 97 </manifest> -
applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml
r31768 r31923 97 97 <attribute name="Module-Description" value="Paris"/> 98 98 <attribute name="Module-Icon" value="images/data.fr.paris_24.png"/> 99 <!--<attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Paris"/>--> 99 <!--<attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Paris"/>--> 100 100 <attribute name="Module-Version" value="${version.entry.commit.revision}"/> 101 101 </manifest> -
applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml
r31768 r31923 93 93 <attribute name="Module-Description" value="SNCF"/> 94 94 <attribute name="Module-Icon" value="images/data.fr.sncf_24.png"/> 95 <!--<attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/SNCF"/>--> 95 <!--<attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/SNCF"/>--> 96 96 <attribute name="Module-Version" value="${version.entry.commit.revision}"/> 97 97 </manifest> -
applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml
r31768 r31923 95 95 <attribute name="Module-Description" value="Toulouse"/> 96 96 <attribute name="Module-Icon" value="images/data.fr.toulouse_24.png"/> 97 <attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData"/> 97 <attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData"/> 98 98 <attribute name="Module-Version" value="${version.entry.commit.revision}"/> 99 99 </manifest> -
applications/editors/josm/plugins/pbf/build.xml
r31010 r31923 10 10 <!--<property name="plugin.icon" value="images/pbf_24.png"/>--> 11 11 <property name="plugin.canloadatruntime" value="true"/> 12 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/PBF"/> 12 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/PBF"/> 13 13 14 14 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/photo_geotagging/build.xml
r31677 r31923 11 11 <property name="plugin.description" value="Write gps position info to the image file header. Run this feature from the right click menu of the image layer."/> 12 12 <property name="plugin.icon" value="images/geotagging.png"/> 13 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Photo_Geotagging"/> 13 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Photo_Geotagging"/> 14 14 <property name="plugin.canloadatruntime" value="true"/> 15 15 <property name="plugin.requires" value="apache-commons"/> -
applications/editors/josm/plugins/photoadjust/build.xml
r31922 r31923 14 14 <property name="plugin.description" value="Make photos movable and position them on the map."/> 15 15 <property name="plugin.icon" value="images/photoadjust.png"/> 16 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/PhotoAdjust"/> 16 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/PhotoAdjust"/> 17 17 <!--<property name="plugin.early" value="..."/>--> 18 18 <!--<property name="plugin.requires" value="..."/>--> -
applications/editors/josm/plugins/poly/build.xml
r31056 r31923 14 14 <property name="plugin.description" value="Read and write osmosis poly filter files"/> 15 15 <!--<property name="plugin.icon" value="images/..."/>--> 16 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/Osmosis/Polygon_Filter_File_Format"/> 16 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/Osmosis/Polygon_Filter_File_Format"/> 17 17 <!--<property name="plugin.early" value="..."/>--> 18 18 <!--<property name="plugin.requires" value="..."/>--> -
applications/editors/josm/plugins/proj4j/build.xml
r30483 r31923 9 9 <property name="plugin.class" value="org.openstreetmap.josm.plugins.proj4j.Proj4J"/> 10 10 <property name="plugin.description" value="adds projections from Proj4J"/> 11 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Proj4J"/> 11 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Proj4J"/> 12 12 <property name="plugin.early" value="true"/> 13 13 -
applications/editors/josm/plugins/public_transport/build.xml
r31114 r31923 11 11 <property name="plugin.description" value="This plugin simplifies the mapping and editing of public transport routes."/> 12 12 <!-- <property name="plugin.icon" value=""/> --> 13 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/public_transport"/> 13 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/public_transport"/> 14 14 15 15 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/reltoolbox/build.xml
r31056 r31923 10 10 <property name="plugin.description" value="Relation and multipolygon creating and editing panel."/> 11 11 <property name="plugin.icon" value="images/reltoolbox.png"/> 12 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Relation_Toolbox"/> 12 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Relation_Toolbox"/> 13 13 <property name="plugin.stage" value="10"/> 14 14 <property name="plugin.canloadatruntime" value="true"/> -
applications/editors/josm/plugins/reverter/build.xml
r31897 r31923 13 13 <property name="plugin.description" value="Plugin for reverting changesets"/> 14 14 <property name="plugin.icon" value="images/revert-changeset.png"/> 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Reverter"/> 15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Reverter"/> 16 16 <property name="plugin.canloadatruntime" value="true"/> 17 17 <property name="plugin.stage" value="5"/> -
applications/editors/josm/plugins/roadsigns/build.xml
r31768 r31923 47 47 <attribute name="Plugin-Description" value="Plugin for tagging of objects based on a selection of road signs. The dialog can be opened by clicking a small icon in the upper right corner of the properties window. Available country presets: Belgium, Germany, Poland, Slovakia, Spain."/> 48 48 <attribute name="Plugin-Icon" value="images/pref/roadsigns.png"/> 49 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/RoadSigns"/> 49 <attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/RoadSigns"/> 50 50 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 51 51 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> -
applications/editors/josm/plugins/routing/build.xml
r31768 r31923 64 64 <attribute name="Plugin-Description" value="Provides routing capabilities."/> 65 65 <attribute name="Plugin-Icon" value="images/preferences/routing.png"/> 66 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/Routing"/> 66 <attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/Routing"/> 67 67 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 68 68 <attribute name="Plugin-Stage" value="50"/> -
applications/editors/josm/plugins/simplifyarea/build.xml
r30962 r31923 13 13 <property name="plugin.description" value="Simplify area by removing nodes on very obtuse angles. This can be constrained by maximum removed area size. Also average nearby nodes."/> 14 14 <property name="plugin.icon" value="images/preferences/simplifyArea.png"/> 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/SimplifyArea"/> 15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/SimplifyArea"/> 16 16 <property name="plugin.canloadatruntime" value="true"/> 17 17 -
applications/editors/josm/plugins/surveyor/build.xml
r31615 r31923 17 17 <property name="plugin.description" value="Allow adding markers/nodes on current gps positions."/> 18 18 <property name="plugin.icon" value="images/surveyormenu.png"/> 19 <property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/Surveyor"/> 19 <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/Surveyor"/> 20 20 <property name="plugin.requires" value="livegps"/> 21 21 <property name="plugin.stage" value="60"/> -
applications/editors/josm/plugins/tag2link/build.xml
r30962 r31923 11 11 <property name="plugin.description" value="Launch browser to a Web resource about a selected object having known tags, such as Wikipedia"/> 12 12 <property name="plugin.icon" value="images/tag2linkv2_24x24.png"/> 13 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tag2Link"/> 13 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tag2Link"/> 14 14 <property name="plugin.canloadatruntime" value="true"/> 15 15 -
applications/editors/josm/plugins/tageditor/build.xml
r31615 r31923 7 7 <property name="plugin.class" value="org.openstreetmap.josm.plugins.tageditor.TagEditorPlugin"/> 8 8 <property name="plugin.description" value="Provides a dialog for editing tags in a tabular grid."/> 9 <property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/TagEditor"/> 9 <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/TagEditor"/> 10 10 11 11 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/terracer/build.xml
r31655 r31923 7 7 <property name="plugin.description" value="Make terraced houses out of single blocks."/> 8 8 <property name="plugin.icon" value="images/terrace.png"/> 9 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Terracer"/> 9 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Terracer"/> 10 10 11 11 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/touchscreenhelper/build.xml
r30416 r31923 9 9 <property name="plugin.description" value="Provides helper buttons to allow working with single button mouse (stylus). Activate by holding T and slip map with left mouse button"/> 10 10 <property name="plugin.icon" value="images/mapmode/browse.png"/> 11 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/TouchScreenHelper"/> 11 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/TouchScreenHelper"/> 12 12 <import file="../build-common.xml"/> 13 13 </project> -
applications/editors/josm/plugins/tracer/build.xml
r30997 r31923 11 11 <property name="plugin.description" value="Traces buildings from Czech cadastral map. Needs TracerServer (.NET or Mono) to be running."/> 12 12 <property name="plugin.icon" value="images/mapmode/tracer-sml.png"/> 13 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tracer"/> 13 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tracer"/> 14 14 15 15 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/tracer2/build.xml
r31150 r31923 17 17 <property name="plugin.description" value="Traces buildings and other shapes from a map. Needs Tracer2Server to be running."/> 18 18 <property name="plugin.icon" value="images/mapmode/tracer2-sml.png"/> 19 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tracer2"/> 19 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tracer2"/> 20 20 <property name="plugin.canloadatruntime" value="true"/> 21 21 <!--<property name="plugin.early" value="..."/>--> -
applications/editors/josm/plugins/turnlanes/build.xml
r31768 r31923 51 51 <attribute name="Plugin-Description" value="Provides a straightforward GUI for adding, editing and deleting turn lanes."/> 52 52 <attribute name="Plugin-Icon" value="images/dialogs/turnlanes.png" /> 53 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/Relations/Proposed/turn_lanes#Plugin" /> 53 <attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/Relations/Proposed/turn_lanes#Plugin" /> 54 54 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 55 55 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> -
applications/editors/josm/plugins/undelete/build.xml
r30416 r31923 10 10 <property name="plugin.description" value="Allows undeleting object from OSM database"/> 11 11 <property name="plugin.icon" value="images/undelete.png"/> 12 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Undelete"/> 12 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Undelete"/> 13 13 14 14 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/videomapping/build.xml
r30821 r31923 10 10 <property name="plugin.description" value="(This Plugin is currently work in progress!!!) Links and syncs a georeferenced video against a GPS track, to use it for identify visible objects."/> 11 11 <property name="plugin.icon" value="images/videomapping.png"/> 12 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/VideoMapping"/> 12 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/VideoMapping"/> 13 13 <property name="plugin.requires" value="jna;log4j"/> 14 14 -
applications/editors/josm/plugins/walkingpapers/build.xml
r31114 r31923 11 11 <property name="plugin.description" value="Supports downloading tiled, scanned maps from walking-papers.org. This plugin is still under early development and may be buggy."/> 12 12 <property name="plugin.icon" value="images/preferences/walkingpapers.png"/> 13 <property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/WalkingPapers"/> 13 <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/WalkingPapers"/> 14 14 15 15 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/waydownloader/build.xml
r30664 r31923 11 11 <property name="plugin.description" value="Easy downloading along a long set of interconnected ways"/> 12 12 <property name="plugin.icon" value="images/way-download.png"/> 13 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WayDownloaderPlugin"/> 13 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/WayDownloaderPlugin"/> 14 14 15 15 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/wms-turbo-challenge2/build.xml
r31308 r31923 11 11 <property name="plugin.description" value="Drive a race car from point A to point B over aerial imagery, leave cacti behind."/> 12 12 <property name="plugin.icon" value="images/wmsracer.png"/> 13 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMS_Racer"/> 13 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMS_Racer"/> 14 14 15 15 <!-- ** include targets that all plugins have in common ** -->
Note:
See TracChangeset
for help on using the changeset viewer.