Scott Wiedemann
Scott Wiedemann
It only takes a minute to make a tag. Go here to make the tag from github: https://github.com/der-stefan/OpenTopoMap/tags
@max-dn openstreetmap.org tags all style releases: https://github.com/gravitystorm/openstreetmap-carto/releases If https://opentopomap.org is keeping up to date with master, then any breaking changes in master will affect https://opentopomap.org. When can we expect to...
Hi @sayo33, Sorry for the delay. Where you able to get fogStringSearch running on more than one device? Out team has not seen the issues you describe. The communication relies...
Thanks for that information. Do you have any information/examples/suggestions for a standardized way to manage temp tables in H2? Though triggers or stored procedures? Or have you seen this kind...
We are also wondering if there is a way to manage "pseudo-materialized views" ourselves and how we might do it. We would benefit from a method by which we could...
react-url-query does not functioning when using react-router-dom version 5.0.1. **No history provided to react-url-query. Please provide one via configureUrlQuery.** is shown in the console and there does not appear to...
This cache of the offsetNameShort based on `isInDST` gives a ~60% increase in speed, but the isInDST is still quite slow. I would expect this call to be quicker. Any...
Any update on this?
This library does not support a linear system of distances as you described. I'm not sure how you would do what you describe with this library without first converting an...
This trilateration library only depends on [apache commons math](http://commons.apache.org/proper/commons-math/). If you find a port of apache commons math: https://github.com/Fylax/Apache-Commons-Math3-C- then it should easy to translate this library into c. Make...