Maning Sambale

Results 36 issues of Maning Sambale

A way for others to download data. For example: - Download the raw data. - Download the data including the geometry. For example the administrative polygon that includes the attributes...

For inspiration, checkout iD's style. Unconnected node has larger circle than a connected one. ![screen shot 2018-05-10 at 17 44 34](https://user-images.githubusercontent.com/353700/39869182-39a201b0-547a-11e8-9193-b719a5ff61f2.png) idly ![screen shot 2018-05-10 at 17 44 29](https://user-images.githubusercontent.com/353700/39869183-39d9b8d0-547a-11e8-8be0-122cbed21df6.png) iD

Several options, I want when inspecting a changeset: - Select a specific object way/node and open in (JOSM, iD). - Zoom to a specific area and load data in (JOSM,...

feature

For discussion here how do we update OSM with the latest building data from LA County. For context, our previous import were based on the 2008 LA building data, the...

![screen shot 2017-02-06 at 19 08 26](https://cloud.githubusercontent.com/assets/353700/22649187/eb9ef2e0-ec9f-11e6-9c90-4daac9351d1e.png) We noticed several waterways overlapping buildings while working on [Northwest](http://labuildingsimport.com/project/15#task/41). This was an old import from the [National Hydrography Dataset](http://wiki.openstreetmap.org/wiki/National_Hydrography_Dataset). Many of these...

While [validating Catalina Island](http://labuildingsimport.com/project/9#task/411), I noticed some data issues. Not directly actionable in this import but logging here for future actions on cleanup. ![screen shot 2016-09-17 at 10 50 44](https://cloud.githubusercontent.com/assets/353700/18606701/f35ab1bc-7cd4-11e6-84f8-15a2478f4c9f.png)...

cleanup

We are seeing cases of undetected crossinghighways. Posting stub ticket as we investigate the problem. To replicate. 1. Download latest qa-tiles 2. `osmlint crossinghighways --zoom=12 --bbox="[-88.3265, 41.4343, -87.1057, 42.2823]" united_states_of_america.mbtiles...

bug

Compiling examples of missing detection for islandhighways ![screen shot 2018-07-26 at 17 02 25](https://user-images.githubusercontent.com/353700/43260005-c0a8085a-90f5-11e8-8e13-efcefad7b69e.png) [OSM way](https://www.openstreetmap.org/way/571559969/history#map=19/41.86055/-87.62342)

bug

Stub validator for missing oneway tag on drivethroughs. Source [wiki](https://wiki.openstreetmap.org/wiki/Tag:service%3Ddrive-through) - [ ] Add test fixture - [ ] Add fixtures mbtiles

Running from latest master of overlaphighways linters I get error 👇 ``` 230 tiles processed in 1s/Users/maning/projects/git/osmlint/node_modules/@turf/turf/turf.js:179 if (!isNumber(coordinates[0]) || !isNumber(coordinates[1])) throw new Error('coordinates must contain numbers'); ^ Error: coordinates...