Changes between Initial Version and Version 6 of Ticket #12469


Ignore:
Timestamp:
2016-06-15T15:36:32+02:00 (10 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12469

    • Property Cc simon04 removed
    • Property Milestone16.02
    • Property Owner set to simon04
    • Property Priority minornormal
    • Property Resolutionfixed
    • Property Status newclosed
  • Ticket #12469 – Description

    initial v6  
    44
    55The module doesn't come in a standalone js file (but as a node module), but you can generate one by passing it through browserify (resulting in a 28kB script after minification):
    6 
    7     browserify -s overpassWizard index.js | uglifyjs > overpass-wizard.js
     6{{{
     7browserify -s overpassWizard index.js | uglifyjs > overpass-wizard.js
     8}}}