Hello,
My script is available which improves the appearance of the page OpenStreetMap. The idea was going around and today I decided to write and share.
The script is very simple, remove the left menu and enable a floating panel to the search box. Not perfect, but it’s a start and maybe add the links removed as a retractable panel.
The project is hosted on GitHub https://github.com/51114u9/osm-clean-ui Use the GreaseMonkey add-on in Firefox or TamperMonkey in Google Chrome.
Enjoy!
B ^)
###
Hola,
Está disponible mi script el cual mejora la apariencia de la página OpenStreetMap. La idea estuvo dando vueltas y hoy me animé a escribir y compartirlo.
El script es muy simple, elimina el menú izquierdo y habilita un panel flotante para el cajón de las búsquedas. No es perfecto, pero es un comienzo y quizá añada los enlaces eliminados como un panel retractable.
El proyecto está alojado en GitHub https://github.com/51114u9/osm-clean-ui Utiliza el complemento GreaseMonkey en navegador Firefox o TamperMonkey en Google Chrome.
A disfrutar!
B^)
Discussion
Comment from Aaron Lidman on 25 July 2013 at 07:11
Thanks for this, it’s something that has always bugged me. It’s probably not the solution for all users but for those of us who know their way around the site already or don’t need those things, it adds some useful space. Great job.
Comment from 5m4u9 on 25 July 2013 at 17:33
Thanks Aaron!
I’m improving the script to include such options as dropdown menu in the top toolbar after the export option. You’re right about the usability, the next step is to create an addition or extension to facilitate installation.
suggestions?
Comment from CloCkWeRX on 26 July 2013 at 15:03
https://github.com/openstreetmap/openstreetmap-website/issues/331 is a similar conversation I tried to start re left nav - Would you consider doing a PR of you changes / something similar to #331?
Comment from IreuN on 27 July 2013 at 20:16
Small bug report, on Edit page using iD there is still visable old UI. And my suggestion, you should change style of top right strings to match up with the icons.
Anyway, i love it, and keep it up ; )
Comment from 5m4u9 on 27 July 2013 at 22:25
Intentional error. I excluded the style for the edit page because it’s difficult to do, but I’am working and if all goes well will be for Monday.
icons? What page? could you share a screenshot?
Thanks!!
Comment from IreuN on 28 July 2013 at 08:16
Sure, here..
http://imageshack.us/photo/my-images/203/sgtw.png/
Comment from 5m4u9 on 28 July 2013 at 20:39
Testing the script in Firefox and Opera work fine. Google Chrome is the only one with this problem, apparently not refresh the page when a DOM element is modified. The bug is solved using the controls located on the right.
Thanks for using my script and hunt bugs!