So, the problem is, that all these solutions link finally to an app. What i need is to create dynamically an url to a real picture of a map. JPG woould be nice.
I guess you would like to get static maps from some external service instead of setting up your own? Or just exporting image with OSM Export and placing the image on your own web site? I do not know any free alternative but If you are ready to pay for the service you may check the WMS alternative from Geofabrik http://www.geofabrik.de/data/wms.html .
Hmm, i don´t really want static maps. I want to create a jpg-map via url. The url will depend on values created by an external application. So the created jpg is theoretically dynamic.
I see, it wouldn´t be as easy as using an url like: “http:\www.openstreetmap.org/?lat=14.76&lon15.34253&zoom=9.jpg” and i have to use an external service for this.