Potlatch 2
| Potlatch 2 | |
|---|---|
| Website: | http://www.openstreetmap.org/edit?editor=potlatch2 |
| Version: | 2.4.16 |
| License: | WTFPL |
| Platform: | web-based (Flash) |
| Programming language: | Flash |
Potlatch 2 (sometimes referred to as P2) is an OpenStreetMap editor.
It requires a flash plugin in the browser; therefore it does not support all browsers (no plugin available for some).
Potlatch 2 was completely rewritten from the original Potlatch 1, its major new features include:
- User-friendly tagging with customisable presets
- WYSIWYG rendering
- Vector Background Layers
- A more flexible undo/redo system
- OAuth support so you can deploy it on other websites
Contents
Places to use Potlatch 2
It is available inside the "Edit ▼" menu on the www.osm.org homepage (of course you also can select it as your standard editor in your user preferences).
Potlatch 2 is also deployed on a number of websites, some with significant customisations.
- Potlatch 2 is available on http://www.geowiki.com
- A customised version is available on all of the MapQuest-open sites, such as http://open.mapquest.co.uk
- A customised version is used in the Sustainable London Map project
- A customised version for tracks, trails, hiking and riding is used on Hiking- and Ridingmap (German).
- CycleStreets have deployed it on their website at http://www.cyclestreets.net/edit/
- Skimap.org has released a customized version for editing ski resorts.
- The USGS is using a customized version the OpenStreetMap Collaborative Prototype.
- A customised version for tracks, riding is used on GeoMapServer (Persian).
- Test builds are available on http://random.dev.openstreetmap.org/potlatch2/potlatch2.html (using the dev API server, not the main server)
How to use Potlatch 2
Basic editing
- see the built-in Help system of Potlatch 2
- read more at Potlatch 2/Primer
- Shortcuts (for keyboard and mouse)
- If you want to see the GPS traces of uploaded GPX files, click on the button GPS Data (sometimes the button is called [object Object]).
- watch a video demonstrating how to add points of interest (POIs) in Potlatch 2.
- watch a video demonstrating how to add roads, paths and areas in Potlatch 2.
Advanced editing
- /relations: How to create relations
- /restrictions: for turn restrictions at crossings
- Using vector background layers
- /merging functionality: data conflation (import-related)
Feedback and bugs
- You can view the current list of potlatch2 bugs on trac.
- If you find a bug involving data loss or corruption, or a serious problem that would prevent you from using Potlatch 2, please report it on trac with the component "potlatch 2"
- If you have any other bug, please report it on trac with the component "potlatch 2"
- If there's something Potlatch 2 doesn't do which is essential to your mapping enjoyment, please report it on the Suggested enhancements page.
- How to submit extra detailed bug reports (more complicated but very very helpful).
- For historical interest, Closed issues.
Putting Potlatch 2 on your own website
Potlatch 2 can be hosted on any site, customised to your own requirements, and pointed towards OpenStreetMap. This allows you to deploy customised versions for (say) cycle mappers, individual countries, or whatever you like. See Deploying Potlatch 2 for instructions.
Get involved!
There's lots of ways to get involved with Potlatch 2 development, very few of which need any coding skills.
- Write useful bug reports when you find problems - see above
- Improve the user documentation on this wiki
- Develop custom MapCSS styles, and improve the ones we have (no compiling required)
- Develop custom Preset files, and improve the ones we have (no compiling required)
- Improve the developer API documentation
- Expand our suite of unit tests
- Hunt down and fix the bugs listed on trac
- Add new features!
Potlatch 2 is written in ActionScript 3 using the open-source Flex framework. We'd love it if you were to get involved in development.
The source is stored in git, we no longer use svn. Subscribe to the potlatch-dev mailing list to get in touch with the developers.
Read more on the OpenGeoData blog post and see a presentation from WhereCamp.EU 2010.
FAQ
Broken Characters "口口口" at smaller size under Linux
Phenomenon: The English texts are broken for where a smaller size font is used, like options menu. Texts are displayed as "口口口" which is totally unreadable.
Reason:
- It's not a Flash bug.
- It's not your system's fontconfig settings' fault.
- It's not your font rendering either.
- It's because you don't have "Arial" font from Windows which is hard-coded at a fixed size by Potlatch2. (Yes, it's a Potlatch 2 bug. As a web application, the only font it can use is "sans-serif".)
Solution:
- copy "Arial" font from your Windows partition. Under `C:\Windows\Fonts\Arial.ttf`.
- Installation. (You can either install it using KDE/GNOME/Other DE's font utility, or place it under `/usr/share/fonts/truetype/` and run `fc-cache -force`.)