The goal
I have to add a PNG overlay over an open street map. The PNG is a drawn road and I need to possisionate it over the real road.
What I have now
I have my PNG draw and 2 coordinates to place it over my map. The bottom left corner and top right corner.
What I found
I already found the software MapTiler which can display an image and the map side by side or one over the other and place some point to possisionate it.
The problem is that it generates a folder that contains different splitted image and data. Is there a way with MapTiler to generate the png with the coordinate ?
Is there any other software that can do this ?
Its not clear on why you'd use MapTiler. Less is more. Keep it simple, make it easy. I did the same thing, but instead I played around with transparency to ensure I was able to align things up. Obviously, I'd do the line up by adjusting the lat/lon numbers in the code. It's very precise and easy to do.
final output:
and here are some code snippets: