There’s a small chance JRA might say something about this…

Anyways; do you want to render the speed on every road? How often will the data change and how many users will you have…

If you want to do all of the roads the “easiest” would be to render your own PNG tiles (which is done with e.g. mapnik) and add them on top of openstreetmap javascript map (which is done with open layers). Then add a tag to each way with avarage_speed=50 and modify a mapnik rule to render that.

If you just want some roads, under 30, then you could use open layers and draw vectors ontop of the map. This is probably hard… :slight_smile: But might be easier for you todo since you don’t have to setup a server.