tilemill-project / tilemill

TileMill is a modern map design studio
https://tilemill-project.github.io/tilemill/
BSD 3-Clause "New" or "Revised" License
3.11k stars 527 forks source link

Always get 'Forbidden' message on export #1861

Open skyvinyu opened 11 years ago

skyvinyu commented 11 years ago

Hi,

I've tried to save a map export based on "OSM Bright" but I get always the error message 'Forbidden'. I've tried to create new project and export from the other projects, but I got always this 'Forbidden' Message. And I have no log for this error in console(please see log in the end of this report).

I'm using TileMill 0.10.1 on OSX 10.7.5. Here is a printscreen. I'm a user in admin, and I changed the directory export to 777.

Many thanks in advance for your suggestion!

 2013-01-06 12 35 46

Note: Unknown option "updatesVersion" in config file. Note: Unknown option "updatesTime" in config file. [tilemill] Note: Unknown option "updatesVersion" in config file. [tilemill] Note: Unknown option "updatesTime" in config file. [tilemill] Started [Server Tile:20008]. [tilemill] Plugin [carto] loaded. [tilemill] Plugin [editor] loaded. [tilemill] Plugin [fonts] loaded. [tilemill] Plugin [templates] loaded. [tilemill] Started [Server Core:20009].

[tilemill] [millstone] processing style 'palette.mss' [tilemill] [millstone] processing style 'base.mss' [tilemill] [millstone] processing style 'roads.mss' [tilemill] [millstone] processing style 'labels.mss' [tilemill] [millstone] finished processing '/Users/yi/Documents/MapBox/project/OSMBright' [tilemill] NOTICE: Self-intersection at or near point 257239.67000000001 6252418.4400000004 [tilemill] NOTICE: Self-intersection at or near point 259991.01000000001 6251294.5800000001 [tilemill] NOTICE: Self-intersection at or near point 265300.54999999999 6253204.6799999997 [tilemill] NOTICE: Self-intersection at or near point 266575.69 6253925.3099999996 ... ... ... ... [tilemill] [millstone] processing style 'palette.mss' [tilemill] [millstone] processing style 'base.mss' [tilemill] [millstone] processing style 'roads.mss' [tilemill] [millstone] processing style 'labels.mss' [tilemill] [millstone] processing layer 'land' [tilemill] [millstone] processing layer 'processed_p' [tilemill] [millstone] processing layer 'shoreline_300' [tilemill] [millstone] processing layer 'ne_places' [tilemill] [millstone] detected extension of '.zip' for '/Users/yi/Documents/MapBox/cache/14bd1506-10m-populated-places-simple/14bd1506-10m-populated-places-simple.zip' [tilemill] [millstone] detected extension of '.zip' for '/Users/yi/Documents/MapBox/cache/ae26f3ca-10m-land/ae26f3ca-10m-land.zip' [tilemill] [millstone] finished processing '/Users/yi/Documents/MapBox/project/foxmap' [tilemill] NOTICE: Self-intersection at or near point 308984.22999999998 6252798.1299999999 [tilemill] NOTICE: Self-intersection at or near point 320616.96999999997 6267642.1500000004 ... ... ... ...

springmeyer commented 11 years ago

Likely what is happening is that one or more postgis queries are taking a very long time to execute and the requests for tiles are timing out - causing the forbidden message. One potential workaround would be to try turning off some of the most expensive layers and then see if you can save the project settings. Then, if that works, you could turn them back on for editing/export.

skyvinyu commented 11 years ago

Hi Dane,

I desactive several layers tonight and now I get the export tiles. That's great! Thank you very much for your suggestion. TileMill just works great!

On Sun, Jan 6, 2013 at 8:54 PM, Dane Springmeyer notifications@github.comwrote:

Likely what is happening is that one or more postgis queries are taking a very long time to execute and the requests for tiles are timing out - causing the forbidden message. One potential workaround would be to try turning off some of the most expensive layers and then see if you can save the project settings. Then, if that works, you could turn them back on for editing/export.

— Reply to this email directly or view it on GitHubhttps://github.com/mapbox/tilemill/issues/1861#issuecomment-11933238.