Matt Travis

Results 32 comments of Matt Travis

I don't believe so. Let me check. On 17 Nov 2017 11:13 am, "Tom Chadwin" wrote: > @mtravis Are any of our Geoservers on > versions recent enough to support...

Its seems that the vt extension is only available with 2.11 onwards. https://sourceforge.net/projects/geoserver/files/GeoServer/2.11.0/extensions/ @tomchadwin the shared geoserver is running 2.9 On Fri, Nov 17, 2017 at 11:18 AM, Tom Chadwin...

![image](https://user-images.githubusercontent.com/1799238/32945511-a0c9cf76-cb8b-11e7-8508-a76a2c877721.png) Shamefully we are even further behind (need to upgrade ubunutu first). I've only just seen the whole thread so see that you need one for testing.

Hi Tobin No such thing as a stupid question. I am indeed proxying to geoserver in apache as I was trying to bring a wfs layer into leaflet on another...

Sounds like a great plugin. Look forward to testing it out. On 26 Nov 2017 12:49 pm, "Stefan" wrote: > Agreed. So closing this issue for now. > > For...

I tried a simple fix for this ``` def geocode(data: str): try: location = ox.geocode_to_gdf(data) geom = location.geometry[0] geojson = json.loads(json.dumps({"type": "Feature", "geometry": mapping(geom)})) # turn geom tuple into list...

@felix-schott I've got it working with sys.exit but will try implementing the return None and updating the calling function later. My error message is sensible looking once it calls the...

@felix-schott I'm struggling a bit with to get the script to exit fully without sys.exit(1). I agree it would be cleaner not to use this method but can't get download_buildings...

@koyo-nic Thanks for that info. We can remove leafmap if it's not needed. In terms of testing locally, I've got a fork that I clone and then install open-buildings using...