Stephan Georg

Results 35 comments of Stephan Georg

I also checked the corresponding script to generate the cache files like, `https://data.openaddresses.io/cache/es-32628.zip` but mappings seams also correct: https://github.com/openaddresses/openaddresses/blob/44795aec6b236ee6f7c09e2f609f63770ae9dd2d/scripts/es/gml_to_csv.py#L75 Maybe you guys @sbma44, @mcliment know something?

I checked the cached sources: - https://data.openaddresses.io/cache/es-25829.zip - https://data.openaddresses.io/cache/es-25830.zip - https://data.openaddresses.io/cache/es-25831.zip - https://data.openaddresses.io/cache/es-32628.zip All have correct data: ```csv lon,lat,number,street,postcode,admin 243655.84,4289398.03,1,CL ANGEL,3720, 243665.04,4289413.23,2,CL ANGEL,3720, 243655.24,4289409.63,3,CL ANGEL,3720, 243662.84,4289422.83,4,CL ANGEL,3720, 243653.94,4289427.23,6,CL ANGEL,3720, 243218.64,4289191.22,4,CL...

Honestly no. I'm processing a lot of italian data but can't find regularity when to use "province code" or not. According to the [official docs](https://www.poste.it/standard_composizione_indirizzi.pdf) I would say `{{state_district}}` should...

Hi @roelandwyns Ok, I understand your use case and needs. But what would be the perfect solution for that? In JS you can access `map.zoom, map.center, map.centerX and map.centerY` properties....

Maybe but I can't see any solution on `staticmaps` side or feature that could be included into this module.

> Would having a centerLat and centerLon property on the map next to centerX and centerY be acceptable? > Would you be open for a PR documenting addBound? Sure.

Hi @Tyler-Keith-Thompson Thanks for the hint. The effect you're describing is called [Anti-Aliasing](https://en.wikipedia.org/wiki/Spatial_anti-aliasing). I need to investigate if it could be easily implemented into the used components.

https://github.com/lovell/sharp/issues/1401