Page 1 of 1

MAP like google map

PostPosted: 10 Dec 2014, 17:44
by John Savage
Dear Coders of the Game,

I am new in programming and would welcome little help in my question, please. I need to create map with tiles for web.
I know about leaflet js but do not know how to build tiles for map. Does anyone would help me in this matter, please?

Thank you very much!

Re: MAP like google map

PostPosted: 10 Dec 2014, 18:42
by Nissarin
Check out openstreetmap project (it's wiki, etc.), you can find there info about making your own tile server and such. That being said, it's really complicated, there are different formats for input data (vectors), there are different coordinate systems, frankly speaking, unless you've a really good reason to do it I wouldn't bother.

Few links off the top of my head:
http://mapnik.org/
https://github.com/gravitystorm/openstreetmap-carto

Re: MAP like google map

PostPosted: 10 Dec 2014, 21:33
by John Savage
Dear Nissarin,

Thank you very much for such a prompt message!