Re: [OSM-dev] OAuth difficulties from node.js client

2020-07-16 Thread Tom Hughes via dev
les given in the oauth-1.0a documentation to generate the parameters. I'm surprised I'm getting a 500 rather than say a 400. No that's normal - it's a bug in the OAuth library really but getting a 500 if the client ID is invalid or the signature fails is the "normal&q

Re: [OSM-dev] OpenStreetMap Cartographic: A client-side rendered OpenStreetMap Carto

2020-05-26 Thread Tom Browder
e (https://raku.org) has a module that handles it. Blessings, -Tom ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] OpenStreetMap Cartographic: A client-side rendered OpenStreetMap Carto

2020-05-26 Thread Tom Hughes via dev
More specifically what you are seeing is that it will let you zoom in beyond zoom 8 but you are seeing data that was simplified on the basis that it would be shown at zoom 8 where those artefacts would not be visible. Tom On 26/05/2020 09:59, Simon Poole wrote: I think you are missing "

Re: [OSM-dev] planet.osm.org is verry slow

2020-01-25 Thread Tom Hughes
On 25/01/2020 15:45, Grant Slater wrote: The minutely, hourly and daily diff files will only take a second or 2 extra to download with the current late limits. The minutely files won't normally be affected at all as the limit only kicks in for files over 512Kb. Tom -- Tom Hugh

Re: [OSM-dev] OSM Database schema

2020-01-09 Thread Tom Hughes
real world databases are to some extent ;-) Tom On 09/01/2020 11:54, Lorenzo Stucchi wrote: So the meaning is that the last version of a node is saved in a table called node_current, instead, all the old version are saved into a node table that has the number of the version? So the node is

Re: [OSM-dev] OSM Database schema

2020-01-09 Thread Tom Hughes
bear in mind this schema originated many years ago on a different database engine with less capabilities. Basically a lot of what you see is history rather than design. Tom On 09/01/2020 11:39, Lorenzo Stucchi wrote: Thanks to both, for the redaction I forgot to add them, I initially skipped and

Re: [OSM-dev] OSM Database schema

2020-01-09 Thread Tom Hughes
There are redactions as well, when data has had to be removed and hidden from the history for copyright reasons or whatever. There is a list: https://www.openstreetmap.org/redactions Tom On 09/01/2020 11:17, Maarten Deen wrote: Redaction_id will have bearing on the redaction bot https

Re: [OSM-dev] Export: (limit is 50000).

2019-08-06 Thread Tom Hughes
ally isn't something that I would expect anybody much to use - if you want bulk data then sue the planet. The API is for editors. Again we should really never have added that to the share tab as it just encourages people to think that is the correct way to reuse OSM data. Tom -- Tom Hughes (

Re: [OSM-dev] Export: (limit is 50000).

2019-08-06 Thread Tom Hughes
that data. The node limit is basically about limiting the amount of data that has to be sucked out the database and manipulated to produce the result. While compute power may have increased somewhat so have the number of users hitting that endpoint... Tom -- Tom Hughes (t...@compton.nu) http://c

Re: [OSM-dev] Auto adding attribution to image creation.

2019-08-06 Thread Tom Hughes
On 06/08/2019 13:29, Dave F via dev wrote: On 06/08/2019 12:26, Tom Hughes wrote: On 06/08/2019 12:04, Dave F via dev wrote: A user has asked why the image creation tool under 'Share' couldn't automatically add an attribution. It would certainly save me a lot of email sendi

Re: [OSM-dev] Auto adding attribution to image creation.

2019-08-06 Thread Tom Hughes
ize to use then render some text and overlay it on the mapnik generated image. Then you need somebody to answer all the complaints when that text gets dropped over the top of something important. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ d

Re: [OSM-dev] 403 forbidden

2019-05-30 Thread Tom Hughes
We don't offer any sort of authenticated tile service. Tom On 31/05/2019 05:47, Vijaya Nand wrote: Please suggest me how I can get OSM API user id and password so that I can pass that to authenticate. Please suggest me how I can check what's wrong with gmap.net <http://gmap.n

Re: [OSM-dev] API Basic Authentication

2019-05-30 Thread Tom Hughes
I only reverted upload, not the method he is using. Tom On 30/05/2019 20:43, Simon Poole wrote: See https://github.com/zerebubuth/openstreetmap-cgimap/issues/189 Your app should be working again right now as Tom has reverted back to the Rails implemetation, still you should likely be using

Re: [OSM-dev] API Basic Authentication

2019-05-30 Thread Tom Hughes
username instead of email address and make sure you get he case right and it will hopefully work. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] OSM tile server issue

2019-05-30 Thread Tom Hughes
erer of http://www.openstreetmap.org/ which is causing it to be blocked. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

[OSM-dev] Nav apps with user-supplied gpx routes?

2019-05-02 Thread Tom Browder
Can anyone recommend a gps nav system or app that can integrate user-supplied routes into a vector map of automobile roads and highways? I would love to be able to integrate my routed onto Google Maps or OSM maps. Best regards, -Tom ___ dev mailing

Re: [OSM-dev] oauth token lifetime

2019-04-27 Thread Tom Hughes
On 27/04/2019 14:37, Jiri Vlasak wrote: On Fri, Apr 26, 2019 at 07:28:39PM +0100, Tom Hughes wrote: On 26/04/2019 19:06, Jiri Vlasak wrote: This approach is similar to one used by HOT Tasking Manager [1]. In my "oauth settings" section I have many many "Tasking Manager 3 - Prod

Re: [OSM-dev] oauth token lifetime

2019-04-26 Thread Tom Hughes
oring the token but is instead requesting a new one every time you use it. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Just Joined List

2019-04-18 Thread Tom Hughes
If you are building a business on this and selling this to people as a service then you really should be looking to run your own overpass instance or something. Tom On 18/04/2019 12:41, Rory McCann wrote: This can be done with the Overpass API, not the OSM editing API     way(around:25,LAT,LON)

Re: [OSM-dev] Any problem with Debian tile servers?

2019-04-11 Thread Tom Browder
On Thu, Apr 11, 2019 at 3:24 AM Sven Geggus wrote: ... > tile.openstreetmap.de is running Debian from day one. So yes, this is > working fine. Thanks, Sven. -Tom ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Any problem with Debian tile servers?

2019-04-11 Thread Tom Browder
On Mon, Apr 8, 2019 at 2:03 PM Yuri Astrakhan wrote: > > Tom, I would highly recommend running inside a Docker container if you can. > The performance impact is negligible, but you will have no issue with > whatever technology / packaging / base OS you decide to use, plus migr

Re: [OSM-dev] slow osm.org tile server

2019-04-09 Thread Tom Hughes
0.017s sys 0m0.009s you can repeat the request and it is still slow (5+ seconds). who is in charge of the HTTPS setup for OSM? Using curl like that will be slow beause you are being put in a deliberate slow lane when not coming via the web site. Tom -Wolfram PS: if I do not use HTTPS and i

[OSM-dev] Any problem with Debian tile servers?

2019-04-08 Thread Tom Browder
I want to run my own tile server but I run Debian 9 on the server I plan to use. All the docs I have seen so far target Ubuntu. Is there any problem with using other Linux distros? Thanks. -Tom ___ dev mailing list dev@openstreetmap.org https

Re: [OSM-dev] Synchronizing Charge Station Data

2019-02-14 Thread Tom Hughes
ou should start from a planet dump and then use the replication feed for changes. When it comes to feeding back a change the API is of course the right thing to use - note that we prefer edits to be made under the account of the person making the change rather then batching them altogether under on

Re: [OSM-dev] Synchronizing Charge Station Data

2019-02-14 Thread Tom Hughes
ated using the replication feeds or use a query orientated service like overpass. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Services on dev server down

2018-07-26 Thread Tom Hughes
This is not actually related, as the dev server wasn't being moved. The master API should be working again now. Tom On 26/07/18 17:25, Xavier Barnada wrote: Hi Nick, The operations team is moving the servers Check this https://blog.openstreetmap.org/2018/07/25/server-moves-imperial-eq

Re: [OSM-dev] Synchronous mode

2018-02-20 Thread Tom Hughes
risk that page talks about is only if the primary is a total loss and you decide to flip to the secondary. If the primary crashes and restarts then the secondary will replay the logs in the same way the primary does and both will have the same view of the data. Tom -- Tom Hughes (t...@compton.nu)

Re: [OSM-dev] GSOC project

2018-02-18 Thread Tom Hughes
ing a billing and support department to respond to the customers. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] smoothness data in gpx files for GPS tracks on osm.org?

2018-01-28 Thread Tom Hughes
racks stored on osm.org is to support mapping and this doesn't really seem to be useful for that. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Scale of downloaded images seems to vary.

2018-01-11 Thread Tom Hughes
On 11/01/18 10:47, Tom Hughes wrote: On 11/01/18 10:38, Bjoern Hassler wrote: (1) DPI on exported images     Actually isn't the real problem here just needing to know what DPI     is being being assumed by mapnik when rendering?     IIRC it's 96dpi? As you say (and also in the

Re: [OSM-dev] Scale of downloaded images seems to vary.

2018-01-11 Thread Tom Hughes
t is scaled. Basically you unwrap the globe (or part of the globe that you are dealing with) and do the necessary funky stretching to make it a flat sheet than you scale that sheet by the specified amount. That is how every printed map you see works. Because this is a digital version the

Re: [OSM-dev] Scale of downloaded images seems to vary.

2018-01-11 Thread Tom Hughes
pixels at 90 dpi. Tom On 11/01/18 08:52, Tom Hughes wrote: Actually isn't the real problem here just needing to know what DPI is being being assumed by mapnik when rendering? IIRC it's 96dpi? Tom On 11/01/18 08:50, Tom Hughes wrote: Please don't - it has nothing to do with th

Re: [OSM-dev] Scale of downloaded images seems to vary.

2018-01-11 Thread Tom Hughes
Actually isn't the real problem here just needing to know what DPI is being being assumed by mapnik when rendering? IIRC it's 96dpi? Tom On 11/01/18 08:50, Tom Hughes wrote: Please don't - it has nothing to do with the web site code. Please go and read about projections inste

Re: [OSM-dev] Scale of downloaded images seems to vary.

2018-01-11 Thread Tom Hughes
Please don't - it has nothing to do with the web site code. Please go and read about projections instead. Tom On 11/01/18 08:21, Darafei "Komяpa" Praliaskouski wrote: Hi, As long as there is nobody on the list can make sense of the values for almost two weeks, I

Re: [OSM-dev] Tile Rendering Queue

2017-11-19 Thread Tom Hughes
nstreetmap/index.html#renderd Is there something wrong with Munin lately? Thanks for the the report - this should be fixed now. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstr

Re: [OSM-dev] History feed stopped working

2017-10-27 Thread Tom Hughes
On 27/10/17 15:20, Tomas Straupis wrote: For two days history feed is throwing 500 error: http://www.openstreetmap.org/history/feed/?bbox=20.9,53.95,26.83,56.45 Is this intended? Maybe url has changed? Thanks for the report - a fix for this is rolling out now. Tom -- Tom Hughes

Re: [OSM-dev] Planet PBF too small

2017-10-03 Thread Tom Hughes
? Is that this weeks? or last weeks? There shouldn't be one for this week because the backup (on which it is based) failed so if one has somehow appeared then it will be incomplete. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ __

Re: [OSM-dev] OSRM on osm.org not working

2017-10-01 Thread Tom Hughes
t PR with a few tweaks but there remains a question about how we avoid giving undue promotion to one particular commercial solution. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Andy Allan joining web site maintainers

2017-07-10 Thread Tom Hughes
On 10/07/17 13:25, Matthijs Melissen wrote: On 10 July 2017 at 11:14, Andy Allan wrote: Thanks Tom. My intentions for the next few months are to continue to do whatever I can to encourage new contributors. I've done a lot of refactoring recently which will help whoever tries to make

Re: [OSM-dev] [Talk-us] SEO Damage to OSM

2017-07-01 Thread Tom Hughes
at automating them. In any case most of the SEO related issues I have seen in OSM do not appear to be automated - they tend to give the appearance of being outsourced to India or the far east and done at least semi-manually. Tom -- Tom Hughes (t

[OSM-dev] Andy Allan joining web site maintainers

2017-06-22 Thread Tom Hughes
g for candidates among those working on the code base. Please continue to open issues and pull requests on GitHub as before. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetma

Re: [OSM-dev] Programatic reconstruction of postal code areas

2017-03-29 Thread Tom Hughes
about and which definitely doesn't have boundaries as such. Royal Mail as I understand it defines each post code by a list of addresses. They do also provide a centroid point derived from that list but I don't believe they provide any sort of boundary. Tom -- Tom Hughes (t...@c

Re: [OSM-dev] Programatic reconstruction of postal code areas

2017-03-29 Thread Tom Hughes
to deliver to. Now obviously you can draw any number of shapes around those addresses but none of those shapes is in any way an official or definitive boundary for the postal code. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mail

Re: [OSM-dev] Programatic reconstruction of postal code areas

2017-03-28 Thread Tom Hughes
ngs and they clearly can't be verified by anybody because they don't actually exist. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Removing functionality and giving just No as answer

2017-03-08 Thread Tom Hughes
renderers, but a simple shift-reload will bust those caches and in fact a manual dirty will do nothing at all to help with those. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstr

Re: [OSM-dev] GSoC 17 : Refactor the DB schema for better usability on access patterns

2017-03-06 Thread Tom Hughes
ently mentioned. Tom On 06/03/17 10:31, Darafei "Komяpa" Praliaskouski wrote: Hello Pulkit, I'm Darafei, I proposed the project and ready to mentor it. First page to look at for this project is https://wiki.openstreetmap.org/wiki/Database - it describes the current state, used

Re: [OSM-dev] HTTPS links to OSM tile server

2017-03-05 Thread Tom Hughes
Well probably one of the extensions (SlippyMap/SimpleMap) rather than something using OpenLayers... Tom On 05/03/17 14:08, Andrew Hain wrote: What should the wiki be using then? Is it part of the extension to display maps? -- Andtew

Re: [OSM-dev] HTTPS links to OSM tile server

2017-03-05 Thread Tom Hughes
us) and the correct response to any problem with it is to switch to using an upstream version... Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] OpenStreetMap accepted for this year's GSoC

2017-02-27 Thread Tom Hughes
On 27/02/17 19:45, Peter Barth wrote: Besides I'm excited to tell you that the EWG tries to resurrect :-) Which is news to the EWG members I think. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetma

Re: [OSM-dev] Removing functionality and giving just No as answer

2017-02-24 Thread Tom Hughes
l of how you think this would work - are you really suggesting that if enough people say "+1" then it should go in no matter what the maintainer(s) think of it? I think if you do that you will have trouble keeping maintainers involved. Tom -- Tom Hughes (t...@compton.nu) http://compto

Re: [OSM-dev] Removing functionality and giving just No as answer

2017-02-24 Thread Tom Hughes
n mechanism if somebody objects. Note that you do need to preselect the voting group, otherwise anybody that can drum up enough +1's can get anything in. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mail

Re: [OSM-dev] Removing functionality and giving just No as answer

2017-02-24 Thread Tom Hughes
On 24/02/17 14:43, Blake Girardot HOT/OSM wrote: On Fri, Feb 24, 2017 at 12:33 PM, Dave F wrote: On 24/02/2017 11:19, Tom Hughes wrote: Well it was a little odd that we suddenly got several people who are not regular commenters turning up in the space of a few minute to add "me too&q

Re: [OSM-dev] Removing functionality and giving just No as answer

2017-02-24 Thread Tom Hughes
On 24/02/17 11:27, Dave F wrote: On 24/02/2017 10:26, Jóhannes Birgir Jensson wrote: It was closed and rejected in a very abrupt and unconstructive manner. Yes. This seems to be Tom Hughes's default reaction. He's certainly trigger happy with the close button. Tickets can

Re: [OSM-dev] Removing functionality and giving just No as answer

2017-02-24 Thread Tom Hughes
On 24/02/17 11:33, Dave F wrote: On 24/02/2017 11:19, Tom Hughes wrote: Well it was a little odd that we suddenly got several people who are not regular commenters turning up in the space of a few minute to add "me too" style responses. What's wrong with that? There are numer

Re: [OSM-dev] Removing functionality and giving just No as answer

2017-02-24 Thread Tom Hughes
On 24/02/17 11:11, Tom Hughes wrote: Rather what happened is that at some point (most likely in the 1.0.0 release about six months ago) leaflet started marking tile images with a CSS attribute that stops the browser offering image options for them in the default context menu. This is the

Re: [OSM-dev] Removing functionality and giving just No as answer

2017-02-24 Thread Tom Hughes
feature was somehow to all mappers and I was trying to make the point that really that wasn't true at all and that the was majority of mappers would never have any use for it. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ __

Re: [OSM-dev] Removing functionality and giving just No as answer

2017-02-24 Thread Tom Hughes
tting and restore access to the image options in the browser menu but I still do not think we should add such an option to our context menu which is inherently targeted at a more average level of user. Tom -- Tom Hughes (t...@compton.nu) http://compt

Re: [OSM-dev] Odp: Re: Make Nominatim more dev friendly

2017-02-02 Thread Tom Hughes
ikely work better than complaining that they are missing. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] OpenStreetMap.org site statistics

2016-12-16 Thread Tom Hughes
rg/dns.git/blob/HEAD:/src/openstreetmap#l218 Can Piwik be added to wiki to make the requested data publicly available? I can create a "site" for it in piwik, if somebody knows how to add the client code to the wiki. Tom -- Tom Hughes (t...@comp

Re: [OSM-dev] OpenStreetMap.org site statistics

2016-12-16 Thread Tom Hughes
should be available in Piwik. No it isn't, because the wiki doesn't use Piwik. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] OpenStreetMap.org site statistics

2016-12-13 Thread Tom Hughes
On 13/12/16 11:50, Darafei "Komяpa" Praliaskouski wrote: вт, 13 дек. 2016 г. в 13:55, Tom Hughes mailto:t...@compton.nu>>: On 13/12/16 10:33, Darafei "Komяpa" Praliaskouski wrote: > It lists awstats for www, planet, and wiki. They all are down.

Re: [OSM-dev] OpenStreetMap.org site statistics

2016-12-13 Thread Tom Hughes
hings are aggregated into big enough buckets to avoid revealing anything we shouldn't. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] [Geocoding] Nominatim and/or a fault-tolerant geocoder

2016-11-29 Thread Tom
-Table“ I’ll do some tests on that… Regards, Tom Am 29.11.2016 um 23:39 schrieb Sarah Hoffmann : Hi, On Tue, Nov 29, 2016 at 12:51:11PM +0100, Tom wrote: > But right now I’m doing some tests with pg_trgm. And Sarah, I cannot confirm > so far your comment > > "Trigrams only

Re: [OSM-dev] [Geocoding] Nominatim and/or a fault-tolerant geocoder

2016-11-29 Thread Tom
Респ“ <-> „Адыгея“). Of course the similarity is not alway 1, but this doesn’t matter, as long as the best match is still my address. And furthermore it tells me how certain the answer is, so I can deal with the information. What Sarah mentions might apply

[OSM-dev] Nominatim and/or a fault-tolerant geocoder

2016-11-28 Thread Tom
? Thanks a lot for anybody who can help me getting forward with this issue! Best regards, Tom PS: I put this on both mailing list, 'dev‘ and 'geocoding', since I’m not sure where it suits better. Please excuse me if this is wrong!___ d

Re: [OSM-dev] planet.openstreetmap.org/replication policy

2016-11-28 Thread Tom Hughes
d and more, especially when only a smaller extract is imported. My question: Is this OK, or should I add a throttle for this? As Yves said the best plan would be to use daily diffs until you get to the current day, then hourlies and only switch to minutelies when you get to the last hour. T

Re: [OSM-dev] Changeset meta 'comments_count'

2016-10-20 Thread Tom Hughes
ange? The API page does not mention this attribute AFAIK, so maybe this is an unused and deprecated feature? That call was recently switched to cgimap so this is likely a bug in the cgimap implementation of it. Please raise an issue here: https://github.com/zerebubuth/openstreetmap-cgimap/i

Re: [OSM-dev] OpenStreetMap Carto release v2.43.0

2016-09-06 Thread Tom Hughes
On 06/09/16 12:20, Daniel Koć wrote: W dniu 06.09.2016 10:10, Tom Hughes napisał(a): This release will likely be deployed next weekend once the third tile server has been upgraded. Will this upgrade bring any interesting features and optimizations or it's just a typical system/sec

Re: [OSM-dev] Tile usage without proper identification

2016-09-06 Thread Tom Hughes
On 06/09/16 10:22, Rory McCann wrote: On 05/09/16 20:19, Tom Hughes wrote: Those instructions are about setting up a web based map which shouldn't normally hit any policy restrictions. Those pages have examples which refer to the main openstreetmap.org tile servers? So the OSM.org tile

Re: [OSM-dev] OpenStreetMap Carto release v2.43.0

2016-09-06 Thread Tom Hughes
bably be a short delay as we are in the middle of working through a cycle of software updates on the tile servers. This release will likely be deployed next weekend once the third tile server has been upgraded. Tom -- Tom Hughes (t...@compton.nu) http://compt

Re: [OSM-dev] Tile usage without proper identification

2016-09-05 Thread Tom Hughes
lem with a site which is built following those instructions? Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] tile log dates

2016-08-26 Thread Tom Hughes
so you will see some messages whose date doesn't match the name. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Using API 0.6 to create a new node

2016-06-15 Thread Tom Hughes
On 15/06/16 12:37, Christian Ledermann wrote: yes you either have to include the oAuth token or the username:password It's not just a question of "including a token" but rather you have to properly sign the request according to the OAuth protocol. Tom -- Tom Hughes (t...@c

Re: [OSM-dev] OSM + iD + Nominatim Setup instructions

2016-06-04 Thread Tom Hughes
ub.com/openstreetmap/openstreetmap-website/blob/7b96de31f7842ca f13da40dc71ff2d33146ad60b/config/locales/sk.yml Again, bugs, though probably a bit harder to fix. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@ope

Re: [OSM-dev] OSM + iD + Nominatim Setup instructions

2016-06-03 Thread Tom Hughes
do that automatically. So really it's only OSM and Nominatim you are setting up. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Fwd: TCP Fast Open Experiment

2016-06-02 Thread Tom Hughes
On 02/06/16 17:47, Jeffrey Ollie wrote: On Thu, Jun 2, 2016 at 9:54 AM, Tom Hughes mailto:t...@compton.nu>> wrote: As and when whatever web server software our various sites use supports it then no doubt you will be able to. In the case of nginx (which this particular site is

Re: [OSM-dev] Fwd: TCP Fast Open Experiment

2016-06-02 Thread Tom Hughes
server software our various sites use supports it then no doubt you will be able to. In the case of nginx (which this particular site is using) then I believe that it is new in the very latest version, or in the version about to be released, not entirely sure which. Tom -- Tom Hughes (t

Re: [OSM-dev] Upcoming Planned outage - 9th May 2016

2016-05-12 Thread Tom Hughes
eresting to see what happens tomorrow when we switch over to the backup web servers which are colocated with the database to cover this weekend's power outage at our primary site. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___

Re: [OSM-dev] Upcoming Planned outage - 9th May 2016

2016-05-12 Thread Tom Hughes
you are referring to? Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Osmosis RuntimeException: Pipeline entities are not sorted

2016-04-29 Thread Tom Hughes
the hourly diffs not finishing properly which in turn led to duplication in the next one. That then got folded into the daily which is created by merging the hourlies. I've emptied the failed hourly now, as I believe everything in it is also in the following one, and rebuilt the daily.

Re: [OSM-dev] SSL-Certificate for osm.org

2016-03-21 Thread Tom Hughes
from StartCom people to the effect that they are trying to get Oracle to add their root. More recently letsecnrypt have applied but there has been no evidence of anything happening. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mai

Re: [OSM-dev] SSL-Certificate for osm.org

2016-03-21 Thread Tom Hughes
On 21/03/16 09:59, Tom Hughes wrote: On 21/03/16 09:26, Frederik Ramm wrote: Or perhaps there are alternative SSL stacks for Java that can be employed? No need for that, all it really needs is for the JOSM devs to be prepared to make it use a custom root certificate set until such time as

Re: [OSM-dev] SSL-Certificate for osm.org

2016-03-21 Thread Tom Hughes
loaded. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] SSL-Certificate for osm.org

2016-03-21 Thread Tom Hughes
On 21/03/16 07:50, André Riedel wrote: 2016-03-21 8:06 GMT+01:00 Tom Hughes : Do we actually generate that name anywhere? or have you just assumed that you can change it to https? OSM does not generate https links, but other tools will do it or change existing ones. Well that would be wrong

Re: [OSM-dev] SSL-Certificate for osm.org

2016-03-21 Thread Tom Hughes
where? or have you just assumed that you can change it to https? Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Minute replication hiccup

2016-02-12 Thread Tom Hughes
lost and Matt had to reset it. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Usage of the standard dev server

2016-02-04 Thread Tom Hughes
want to ensure that the API is always called via HTTPS, if HTTP Basic Auth is to be used. Testing such an editor is thus not possible with the testing API. If you're developing a new editor you should be using OAuth not HTTP basic auth. Tom -- Tom Hughes (t...@compton.nu) http://compt

Re: [OSM-dev] Usage of the standard dev server

2016-01-11 Thread Tom Hughes
but should be possible if/when we switch to letsencrypt. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Usage of the standard dev server

2016-01-11 Thread Tom Hughes
s are just the normal ones you see on the main site. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Why is ford=yes not rendered in the default style?

2015-11-27 Thread Tom Hughes
eries to select on values in the hstore will be different to the condition for selecting on a normal column. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Why is ford=yes not rendered in the default style?

2015-11-27 Thread Tom Hughes
- in either case adding the column without a reload would mean the data was missing for existing objects. - nobody has made progress understanding how hstore works since then. I have no idea why you think this. We understand perfectly well how it works and plenty of people have stylesheet

Re: [OSM-dev] setting up mirror

2015-11-18 Thread Tom Hughes
the database is going to be in, which will largely be determined by what you want to use it for. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] setting up mirror

2015-11-18 Thread Tom Hughes
irrors in existence. We have one mirror that we redirect most downloads to, and that's it. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Registering on osm.org with a social account

2015-11-12 Thread Tom Hughes
ou click a social login button on the login page then your "alternate flow" is pretty much what already happens. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] New Map Style feedback

2015-11-01 Thread Tom Hughes
treatment I wonder? Should we have a French style and a US style and a Chinese style and... I mean how exactly do you propose to decide which national styles should get special treatment? Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev

Re: [OSM-dev] Migrating osm.org to vectors/Kartotherian

2015-10-30 Thread Tom Hughes
once we have a style would we need to consider what stack to run it on. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Indic fonts on OSM tiles

2015-10-06 Thread Tom Hughes
es: (New) Delhi Any pointers on how to fix this? Upgrade to mapnik 3. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Email account compromised?

2015-09-16 Thread Tom Hughes
soon as possible? Nobody's account has been hacked, it is just spam injected with a faked from address. Tom -- Tom Hughes (t...@compton.nu) http://compton.nu/ ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Internal Server Error

2015-07-27 Thread Tom Hughes
On 28/07/15 07:14, Tom Hughes wrote: On 28/07/15 01:01, Walter Nordmann wrote: may be you could check your server logs and give me a hint. came from osm.wno-edv-service.de They are unlikely to tell me anything that I can't already guess. Basically there is something wrong with your re

Re: [OSM-dev] Internal Server Error

2015-07-27 Thread Tom Hughes
ess. Basically there is something wrong with your request and the OAuth signature check is failing. The logs do not provide any detail because there isn't really any way they can - all they know is that the hash they computed does not match the one you sent. Tom -- Tom Hughes (t

  1   2   3   4   5   6   7   8   9   10   >