Steve Bennett
Steve Bennett
Still broken for me.
Ah, that's interesting. In Chrome incognito mode (disables most extensions) it worked. So yeah, presumably one of my extensions is doing...something.
Huh, actually no. Disabling all my extensions didn't work. But if I log out of Github, then uMap's Github login page works (it shows the login screen and I can...
https://umap.openstreetmap.fr/complete/?error=redirect_uri_mismatch&error_description=The+redirect_uri+MUST+match+the+registered+callback+URL+for+this+application.&error_uri=https%3A%2F%2Fdeveloper.github.com%2Fv3%2Foauth%2F%23redirect-uri-mismatch&state=0ZoEOHoz8lkcqMXSbn1G8PB7YhOXeZmm
https://github.com/login?client_id=c976781d7d009804978f&return_to=%2Flogin%2Foauth%2Fauthorize%3Fclient_id%3Dc976781d7d009804978f%26redirect_uri%3Dhttps%253A%252F%252Fumap.openstreetmap.fr%252Fcomplete%252Fgithub%252F%253Fredirect_state%253D0ZoEOHoz8lkcqMXSbn1G8PB7YhOXeZmm%26response_type%3Dcode%26scope%3Duser%253Aemail%26state%3D0ZoEOHoz8lkcqMXSbn1G8PB7YhOXeZmm That's kind of interesting, because URL decoded it turns into: https://github.com/login?client_id=c976781d7d009804978f&return_to=/login/oauth/authorize?client_id=c976781d7d009804978f&redirect_uri=https%3A%2F%2Fumap.openstreetmap.fr%2Fcomplete%2Fgithub%2F%3Fredirect_state%3D0ZoEOHoz8lkcqMXSbn1G8PB7YhOXeZmm&response_type=code&scope=user%3Aemail&state=0ZoEOHoz8lkcqMXSbn1G8PB7YhOXeZmm and if **that** is decoded, it turns into: https://github.com/login?client_id=c976781d7d009804978f&return_to=/login/oauth/authorize?client_id=c976781d7d009804978f&redirect_uri=https://umap.openstreetmap.fr/complete/github/?redirect_state=0ZoEOHoz8lkcqMXSbn1G8PB7YhOXeZmm&response_type=code&scope=user:email&state=0ZoEOHoz8lkcqMXSbn1G8PB7YhOXeZmm I don't know if double URL encoding is intentional....
Hmm, I've just started using regexes because they're so much more concise: ``` [shop=~"bicycle|supermarket|convenience|general|bakery"], [amenity=~"cafe|toilets|restaurant|fast_food|shelter"], [tourism=~"viewpoint|attraction"] ``` This bug is a bit alarming. I'd agree with @smsm1's comment that maybe...
Oh, here's the project.mml for completeness: ``` { "bounds": [ -180, -85.05112877980659, 180, 85.05112877980659 ], "center": [ 0, 0, 2 ], "format": "png8", "interactivity": false, "minzoom": 0, "maxzoom": 22, "srs":...
Any further thoughts about directly supporting shapefile?
The MVP is "no support for anything but EPSG:4326". Can always revisit that later. :)
I just ran into this. Yes, nested FeatureCollections definitely violate the GeoJSON spec. I doubt many tools would be able to handle it. And alternatively, with the `-c` flag, it...