Bryan Housel
Bryan Housel
It's not obvious how, but this would allow us to support a lot more WMS servers. The issue is be that we'd be getting back an image that is either...
Already ticketed at https://github.com/mapbox/geojson.io/issues/617, but I'm copying here because it's the most impactful thing that would improve geojson.io for me.
It would be great to try creating events with the [KeyboardEvent() constructor](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/KeyboardEvent), then fall back to using [initKeyEvent / initKeyboardEvent](https://developer.mozilla.org/en- US/docs/Web/API/KeyboardEvent/initKeyEvent) which are now deprecated in modern browsers. This would...
Firefox uses different keycodes for several keys. (copying changes to `keybinding.js` from openstreetmap/iD project) see also https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent.keyCode
replaced Hpricot with Nokogiri use stringex for removing 'smart' quotes using feedzirra to parse the feed file..
Thanks for this library! We found that when closing circles, the last segment could end up producing NaN coordinates. The previous code was treating a PIXI.Point like a [number,number]. re...
Continuing with #263 the goal of paring this down to just the essentials that might be used to build other tools.. `geomViewportNudge` is kind of an implementation detail - it...
See https://github.com/facebook/Rapid/issues/1045 for details. This is a change that would need to happen here in the rapid-sdk project.
from https://wiki.openstreetmap.org/wiki/Top_Ten_Tasks#Pedestrian_and_bike_routing_on_areas ### Pedestrian and bike routing on areas * What's involved: algorithms, routing engines * Who can you talk to: [dev mailing list](https://lists.openstreetmap.org/listinfo/dev) or [EWG](http://www.osmfoundation.org/wiki/Engineering_Working_Group) * What's being done...
from https://wiki.openstreetmap.org/wiki/Top_Ten_Tasks#OAuth_login_to_wiki ### OAuth login to wiki * What's involved: PHP and OAuth. * Who can you talk to: [dev mailing list](https://wiki.openstreetmap.org/wiki/Mailing_lists) or [EWG](http://www.osmfoundation.org/wiki/Engineering_Working_Group) * What's being done already: -...