Brett Camper

Results 128 comments of Brett Camper
trafficstars

I don't think this has ever worked. On Tue, Aug 23, 2016 at 6:01 PM, Lou Huang [email protected] wrote: > @patriciogonzalezvivo https://github.com/patriciogonzalezvivo Do you > remember if this used to...

This might seem like an unusual example (but was something I was trying to do!), loading a local file: http://localhost:8000/demos/scene.yaml

I do see that it uses the current protocol, which will help for cases where the underlying domain _can_ handle https. In my specific example it doesn't work because I'd...

While I also generally support moving to https, it is worth discussing if this is the right move for loading the main Tangram Play app. Specific actions can always be...

I think we may want to consider some kind of proxy also for CORS (which really hinders the use of external images), such as using crossorigin.me or running our own...

Yep, I'm aware of the client limitations in knowing why the network request failed (this is especially problematic for cases where it's a CORS issue, since it's not as well...

@hkrishna, this branch appears to be missing at least the following commits, which are needed to avoid seams between tiles in OSciMap tiles: https://github.com/mapzen/TileStache/commit/35123fd3d9e11cc831d2eacf7edbfde27ca29122 https://github.com/mapzen/TileStache/commit/2186f358fa2ba82cf0634960ca62052a4ea95bab

`statistics` is a good example where it's not always practical to fetch all results at once. Looking through the approach and lessons learned from hub-indexer (relevant files in https://github.com/ArcGIS/hub-indexer/tree/master/packages/duke/enrich): for...