Revision e1a1d33...

Go back to digest for 24th July 2011

Features in Utilities

Friedrich Karl Tilman Pülz committed changes in [publictransport] /:

Show stops in marble using updated OpenStreetMap data engine

- New action in context menu of route items
- Only shown if the openstreetmap data engine is installed
- New source for the openstreetmap data engine: "getCoords", used by the
applet with source names like "getCoords publictransportstops [stopname]".
Doesn't always work, because the stop name must match exactly and shouldn't
exist multiple times, eg. in different cities.
Uses these filters with jxapi: [public_transport=*], [railway=tram_stop]
- Change OSM url from xapi.openstreetmap.org to jxapi.openstreetmap.org
(not so overloaded server and new implementation in java)
- Plus: Route stop marker items now clipped and with an elliptic shape

File Changes

Modified 14 files
  •   applet/CHANGELOG
  •   applet/global.cpp
  •   applet/global.h
  •   applet/publictransport.cpp
  •   applet/publictransport.h
  •   applet/routegraphicsitem.cpp
  •   applet/routegraphicsitem.h
  •   applet/timetablewidget.cpp
  •   applet/timetablewidget.h
  •   engine-openstreetmap/CHANGELOG
  •   engine-openstreetmap/openstreetmapdataengine.cpp
  •   engine-openstreetmap/openstreetmapdataengine.h
  •   engine-openstreetmap/osmreader.cpp
  •   engine-openstreetmap/osmreader.h
14 files changed in total