Vizzuality / maas

Map As A Service website
1 stars 0 forks source link

markers not displaying on the mapmydata.co site #4

Open capncoconut opened 11 years ago

capncoconut commented 11 years ago

just checked it as a CartoDB user may want a map made.

damagedgoods commented 11 years ago

The account exists:

maas.cartodb.com / pwd maasmaas

These requests are failing with "Failed to load resource: the server responded with a status of 401 (Unauthorized)":

http://maas.cartodb.com/tiles/markers/5/16/11.png?sql=SELECT%20cartodb_id%2C%20the_geom_webmercator%2C%20ST_AsGeoJSON(the_geom)%20AS%20latlng%2C%20src%2C%20title%2C%20subtitle%2C%20description%2C%20category%20FROM%20markers&style=%23markers%20%7B%20marker-fill%3A%20%23FF6600%3B%20marker-opacity%3A%201%3B%20marker-width%3A%208%3Bmarker-line-color%3A%20white%3B%20marker-line-width%3A%203%3B%20marker-line-opacity%3A%200.9%3B%20marker-placement%3A%20point%3B%20marker-type%3A%20ellipse%3B%20marker-allow-overlap%3A%20true%3B%20%7D&interactivity=cartodb_id%2Clatlng%2Csrc%2Ctitle%2Csubtitle%2Cdescription%2Ccategory

Some of the tables are empty, others are not.

On Thu, Dec 13, 2012 at 4:36 PM, jgrebski notifications@github.com wrote:

just checked it as a CartoDB user may want a map made.

— Reply to this email directly or view it on GitHubhttps://github.com/Vizzuality/maas/issues/4.

strk commented 11 years ago

Sounds like you're trying to access data in a private table ("markers") from an unauthenticated request (no api_key).

javierarce commented 11 years ago

There's something weird going on here, because we cannot create new tables in the maas account and several of their tables lost the content. David is having a look at this now.