Closed yohanboniface closed 9 years ago
Original comment by Yohan Boniface (BitBucket: yohanboniface, GitHub: yohanboniface):
Hi @ikks sorry for my late answer, I don't know why Bitbucket doesn't send me email notifications for new issues :/
Have you run "git submodule init" ?
Original comment by Igor Támara (BitBucket: ikks, GitHub: ikks):
Hi @yohanboniface , yep I run it, I ended copying files to static, in the other hand, how is the syntax of the tile template? The map does not show any tile at all :( , should I be better jumping in 0.4.x series better to find things that maybe need some more docs so others can get in umap ? ;)
Is it ok to take latest? I would be happy writing docs for the project, is it ok if I work with sphinx on it?
Original comment by Yohan Boniface (BitBucket: yohanboniface, GitHub: yohanboniface):
Of course, if you have time to work on a doc, it's awesome! And sphinx is perfect, indeed.
About the template URL, here is an example: http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
You have some doc here: http://www.thunderforest.com/tutorials/tile-format/
BTW, at this time, I encourage you to switch to the 0.4, yes, to get the latest features.
Original comment by Yohan Boniface (BitBucket: yohanboniface, GitHub: yohanboniface):
humm, git submodule init
should do the job, no need to do it by hand.
What the extact error you have, now?
Original comment by Yohan Boniface (BitBucket: yohanboniface, GitHub: yohanboniface):
I guess I can close here.
Originally reported by: Igor Támara (BitBucket: ikks, GitHub: ikks)
Hi, when I try running the site of series 0.3.x The admin finds the static files ok, but static files on the root throw 404
I followed the instructions on the main page, and I'm on changeset a36ab981d28d85f3937c08dc1de2fe4e2791d81d , I have a postgis database and created a licence via the admin, I added a tile layer using
As template, I'm unsure if it's ok, would I be able to use a mapbox one? If it's possible, what would be the way of doing it?
My local.py is:
Would I be running 0.4 series? if so, how can I do it?