Tom MacWright
Tom MacWright
My 2c is that this should be low on the list of priorities. While projected data is an intense focal point of traditional GIS, its modern relevance is iffy. Here's...
> Or are you suggesting that rust-geo will only allow WGS84 geometries? Yep, this is what I'm suggesting: geographic data in georust would normally be represented as lng/lat and would...
> Actually what I wonder is that generally meter projection are more accurate for distance and surface. And it is a pity to limit our self to WGS84. Can you...
👍 having recently started out with elm, having this correspondence would've made it click earlier
👋 Hi folks. So, this is something that I've sort of implemented but haven't shipped, related to Placemark. I have some notes based on that experience so far: - GeoJSONVT...
I would definitely prefer a move toward GeoJSON rather than an expansion of this magic. So far, Leaflet has mostly favored composition, which makes it easy to see what plugins...
IE compatibility for input is pretty [sketchy according to the MDN docs](https://developer.mozilla.org/en-US/docs/Web/Events/input) - no support for IE
this is a fair and balanced simulation of what it is like to use ie9
Is shift-tab an expected keybinding? It isn't present in default OSX textarea keybindings or vi visual mode, I'm guessing it's something editor-specific, and its presence in TileMill is not to...
Gotcha. GridLayer does not inherit from TileLayer, so doesn't automatically have this feature: we'll have to add to https://github.com/mapbox/mapbox.js/blob/autoscale-true/src/grid_layer.js#L156-162 to implement.