Waldo Jaquith
Waldo Jaquith
I had this happen again last night, with all newly-added features (parks, power lines, etc.) not showing up when I added them. So I saved, closed the window, returned to...
I'm pretty sure that's a boat. Anytime a boat appears, that's how it looks for me, regardless of the manifestation of the original bug. Until I saw your screenshot, I...
No, because it's still not working right. :-/
No, I'd never found out why some ZIPs are just missing data, but my guess was the same as yours. I never could find a decent polygon of 55555, to...
This obviates #12.
Maybe just `{ 'error': 'ZIP code not included in PHZM data' }`.
http://www.prism.oregonstate.edu/projects/public/phm/phm_us_shp.zip http://www.prism.oregonstate.edu/projects/public/phm/phm_ak_shp.zip http://www.prism.oregonstate.edu/projects/public/phm/phm_pr_shp.zip http://www.prism.oregonstate.edu/projects/public/phm/phm_hi_shp.zip `ogr2ogr -f GeoJSON -t_srs crs:84 phm_us_test.geojson phm_us_shp.shp`
This isn't working. The shapefiles use polygons, reasonably, so instead of having one file per point, we have one file per _polygon._ That's no good. It may be easier to...
I'm trying using SpatiaLite (the SQLite geodata extension), and loading the shapefile directly in there. The thinking is to then issue ~9M queries, one for each coordinate pair, creating a...
I guess I could always go full AWS and use Postgres with PostGIS extensions, on RDS, to do this. It'd surely be faster. But I don't want to get that...