Skip to content

ScribeUI v1.2

Compare
Choose a tag to compare
@jlap jlap released this 03 Sep 13:25
· 107 commits to master since this release

ScribeUI v1.2 is the final release for the Google Summer of Code 2014! The highlights for the v1.2 release are the refactoring of the javascript, the new plugin system and of course bugfixes!

What's new?

  • The javascript got some major makeover
  • The plugins are nicely working again, and even more flexible then before! A tutorial is available for anyone wanting to add new features to ScribeUI!
  • Lots of bugfixes such as:
    • #100 Group reordering dialog now supports multiple selection
    • #69 The editor runs much smoother when working in large mapfiles
    • #21 The layer groups are not hard-coded anymore, the front-end now detects the map name and requests it instead of the previously used "default" group.
    • #27 You can now delete POIs!
    • #104 Fixed some annoying with the POIs and zoom levels that caused the map to crash.
    • And others! ( #10 #95 #105 #93 #64 )

Updating ScribeUI

If you are currently running ScribeUI v1.0, the simplest way to update is to change all the permission to you, pull, and then change them back:

sudo chown -R youruser .
git pull
git checkout v1.2
sudo make perms

If you loaded the demo data to have the default templates available, you may want to run the command again as the data structure was slightly modified to solve a small bug which caused pink tiles at some zoom levels.

sudo make load-demo-data   

Thanks to everyone who left feedback during this GSoC, ScribeUI is now even more enjoyable to use than before!