Dave Barter

Results 6 issues of Dave Barter

The toLocaleString() method will crash server. To recreate:- ``` DO $$ var a = new Date(1900, 0, 27030).toLocaleString("en-GB"); $$ LANGUAGE PLV8; ``` PLV8 version 2.1.2 Postgres version 9,.6

I would like to write my own map plugin to allow a Qt user to access a WMTS service Can you tell me what documentation you used to create your...

At present mapcache uses every source to complete a GetCapabilities request. We have some layers that require authentication (we have a auth proxy in front of mapcache), it would be...

My aim is to create MVT tiles from a set of shapefiles using tilemaker. I have created a config file as follows:- ```json { "layers": { "roads": { "minzoom": 0,...

With psycopg2 Version 2.9.5 installed and running under python 3.11 ``` python manage.py runmailer_pg ``` Gives error:- ``` File "/opt/homebrew/lib/python3.11/site-packages/mailer/management/commands/runmailer_pg.py", line 31, in handle postgres_send_loop() File "/opt/homebrew/lib/python3.11/site-packages/mailer/postgres.py", line 38, in...

bug

For example:- ``` for day in data['SiteRep']['DV'].get('Location',{}).get('Period',{}): ``` To cope with missing data items