[Tile-serving] [openstreetmap/osm2pgsql] _configthreadlocale for geos (#700)

Paul Norman notifications at github.com
Sat Mar 4 01:50:58 UTC 2017


osmdata.cpp contains

```cpp
    static void do_jobs(output_vec_t const& outputs, pending_queue_t& queue, size_t& ids_done, std::mutex& mutex, int append, bool ways) {
#ifdef _MSC_VER
	// Avoid problems when GEOS WKT-related methods switch the locale
        _configthreadlocale(_ENABLE_PER_THREAD_LOCALE);
#endif
```

Since we're not using geos anymore, this might not be needed

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/700
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20170303/1d573e03/attachment.html>


More information about the Tile-serving mailing list