Changeset 5120 in osm


Ignore:
Timestamp:
2007-10-22T22:17:24+02:00 (17 years ago)
Author:
ulf
Message:

comment out osmarender:

  • needs Firefox which is not available on all Windows machines
  • pictures are often ugly, as SVG clippings don't work well
Location:
applications/editors/josm/nsis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/nsis/josm-setup.sh

    r5059 r5120  
    2727# wget --N http://svn.openstreetmap.org/applications/editors/josm/plugins/namefinder/namefinder.jar
    2828#cp ../../plugins/osmarender/osmarender.jar .
    29 wget -N http://josm.openstreetmap.de/download/plugins/osmarender.jar
     29#wget -N http://josm.openstreetmap.de/download/plugins/osmarender.jar
    3030cp ../../plugins/validator/validator.jar .
    3131#wget -N http://personales.ya.com/osmfrsantos/validator/latest/validator.jar
  • applications/editors/josm/nsis/josm.nsi

    r4945 r5120  
    323323SectionEnd
    324324
    325 Section "osmarender" SecOsmarenderPlugin
    326 ;-------------------------------------------
    327 SectionIn 1 2
    328 SetShellVarContext all
    329 SetOutPath $APPDATA\JOSM\plugins
    330 File "downloads\osmarender.jar"
     325;Section "osmarender" SecOsmarenderPlugin
     326;-------------------------------------------
     327;SectionIn 1 2
     328;SetShellVarContext all
     329;SetOutPath $APPDATA\JOSM\plugins
     330;File "downloads\osmarender.jar"
    331331; XXX - should be done inside the plugin and not here!
    332 SetShellVarContext current
    333 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "osmarender.firefox" "$PROGRAMFILES\Mozilla Firefox\firefox.exe"
    334 SectionEnd
     332;SetShellVarContext current
     333;${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "osmarender.firefox" "$PROGRAMFILES\Mozilla Firefox\firefox.exe"
     334;SectionEnd
    335335
    336336Section "WMS" SecWMSPlugin
     
    433433; XXX - should better be handled inside JOSM (recent plugin manager is going in the right direction)
    434434SetShellVarContext current
    435 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,osmarender,wmsplugin,namefinder,validator"
     435${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,wmsplugin,namefinder,validator"
    436436SectionEnd
    437437
     
    449449Delete "$INSTDIR\uninstall.exe"
    450450Delete "$APPDATA\JOSM\plugins\wmsplugin.jar"
    451 Delete "$APPDATA\JOSM\plugins\osmarender.jar"
     451;Delete "$APPDATA\JOSM\plugins\osmarender.jar"
    452452Delete "$APPDATA\JOSM\plugins\mappaint.jar"
    453453Delete "$APPDATA\JOSM\plugins\namefinder.jar"
     
    500500SetShellVarContext current
    501501Delete "$APPDATA\JOSM\plugins\wmsplugin.jar"
    502 Delete "$APPDATA\JOSM\plugins\osmarender.jar"
    503 Delete "$APPDATA\JOSM\plugins\osmarender\*.*"
     502;Delete "$APPDATA\JOSM\plugins\osmarender.jar"
     503;Delete "$APPDATA\JOSM\plugins\osmarender\*.*"
    504504Delete "$APPDATA\JOSM\plugins\mappaint.jar"
    505505Delete "$APPDATA\JOSM\plugins\namefinder.jar"
    506506Delete "$APPDATA\JOSM\plugins\validator\*.*"
    507507Delete "$APPDATA\JOSM\plugins\validator.jar"
    508 RMDir "$APPDATA\JOSM\plugins\osmarender"
     508;RMDir "$APPDATA\JOSM\plugins\osmarender"
    509509RMDir "$APPDATA\JOSM\plugins\validator"
    510510RMDir "$APPDATA\JOSM\plugins"
     
    530530  !insertmacro MUI_DESCRIPTION_TEXT ${SecPluginsGroup} "An assortment of useful JOSM plugins."
    531531  !insertmacro MUI_DESCRIPTION_TEXT ${SecMappaintPlugin} "An alternative renderer for the map with colouring, line thickness, icons after tags."
    532   !insertmacro MUI_DESCRIPTION_TEXT ${SecOsmarenderPlugin} "Displays the current screen as nicely rendered SVG graphics in FireFox."
     532;  !insertmacro MUI_DESCRIPTION_TEXT ${SecOsmarenderPlugin} "Displays the current screen as nicely rendered SVG graphics in FireFox."
    533533  !insertmacro MUI_DESCRIPTION_TEXT ${SecWMSPlugin} "Display background images from Web Map Service (WMS) sources."
    534534  !insertmacro MUI_DESCRIPTION_TEXT ${SecNamefinderPlugin} "Add a 'Find places by their name' tab to the download dialog."
Note: See TracChangeset for help on using the changeset viewer.