Re: [OSM-talk] Nominatim on the main page

2018-02-19 Thread Jorge Gustavo Rocha
Thanks, Sarah! That really helps to start contributing. Regards, Gustavo On 19-02-2018 09:31, Sarah Hoffmann wrote: > On Sun, Feb 18, 2018 at 08:15:57PM +0000, Jorge Gustavo Rocha wrote: >> >> >> On 18-02-2018 19:21, Milo van der Linden wrote: >>> With 103 open is

Re: [OSM-talk] Nominatim on the main page

2018-02-18 Thread Jorge Gustavo Rocha
On 18-02-2018 19:21, Milo van der Linden wrote: > With 103 open issues and 12 open pull requests, I would love to > volunteer to at least help get those cleared first. Given the (very > positive, I am glad so many people are acting on this thread) > activity, I think if everybody lends a couple o

Re: [OSM-talk] Wikipedia/Wikidata admins cleanup

2017-01-04 Thread Jorge Gustavo Rocha
Hi Yurik, Nice work. I'm interested in make such validation a service, to identify and fix any inconsistencies between OpenStreetMap and Wikipedia/Wikidata. I'll be working on that on the next days. Regards, J. Gustavo Às 09:11 de 03-01-2017, Yuri Astrakhan escreveu: I have been steadily cl

Re: [OSM-talk] Nominatim weakness

2015-12-14 Thread Jorge Gustavo Rocha
Hi, I think that we can add an option to bound the results to the current viewport. That option would be passed to nominatim or any other search engine. Personally, I would prefer the search bounded by default, but users could change it to "everywhere" to see additional results. Regards,

Re: [OSM-talk] Nominatim weakness

2015-12-13 Thread Jorge Gustavo Rocha
e escreveu: Nomination POI searches do not use the bounding box and that is not exactly news. On 14. Dezember 2015 01:04:38 MEZ, Mike N wrote: On 12/13/2015 6:47 PM, Jorge Gustavo Rocha wrote: ii) Nominatim can search only within a bounding box. You can get the map

Re: [OSM-talk] Nominatim weakness

2015-12-13 Thread Jorge Gustavo Rocha
Hi John, i) There is no "competitor's map". The value of OSM is the data, not the map. You can create tons of different maps with OSM data. Said that, you can create a website with more features than the "competitor's map". Feel free to do so. You can use the OSM data. ii) Nominatim can sea

Re: [OSM-talk] Portugal proposal for the SOTM 2012

2011-11-13 Thread Jorge Gustavo
5222 are being floated as locations. On 13/11/2011 18:16, Jorge Gustavo wrote: Since the SOTM 2012 call for venues is now open[1], we are willing to organize it in Portugal. ___ talk mailing list talk@open

[OSM-talk] Portugal proposal for the SOTM 2012

2011-11-13 Thread Jorge Gustavo
rg/wiki/PT_Proposal_SOTM_2012 Best regards, By OSM PT Community, Jorge Gustavo [1] http://wiki.openstreetmap.org/wiki/State_Of_The_Map_2012/Call_for_venues P.S. If some else also offers free beer, we will raise our offer... ___ talk maili

[OSM-talk] Walking papers on Potlatch2

2011-10-26 Thread Jorge Gustavo
es as background in Potlatch, for a mapping party next week. Can someone tell me how to do it with P2? I've tried adding a new background source in P2, using the image URL (either the jpg and the tif version), but without success. Thanks in advance, Jorge Gustavo -- Jorge Gustavo Rocha Depar

Re: [OSM-talk] user rankings

2011-09-12 Thread Jorge Gustavo
Hi all, I've being doing the same in my country, and the detailed steps are described in the wiki, as I always do. For example, for the road network, the process is described in: http://wiki.openstreetmap.org/wiki/C%C3%A1lculo_da_Cobertura_da_Rede_Vi%C3%A1ria The final output, as a choropleth m

Re: [OSM-talk] lat and lon in the db

2011-07-27 Thread Jorge Gustavo
Hi Kenneth, As Tom already said, you probably used osm2pgsql and those coordinates are in the SRID EPSG:900913. You can/should confirm it by quering the geometry_columns table. osm2pgsql fills the table automatically. You should see something like: 320028;"''";"public";"planet_osm_line";"way

Re: [OSM-talk] routing and distance calculation

2011-07-25 Thread Jorge Gustavo
Hi K, The wiki[1] is a good starting point. There is also a more specific mailing list[2] dedicated to routing. Regards, Jorge [1] http://wiki.openstreetmap.org/wiki/Routing [2] http://lists.openstreetmap.org/listinfo/routing On 25-07-2011 08:56, kenneth gonsalves wrote: hi, I need a comm

Re: [OSM-talk] Orphaned Relations

2011-07-19 Thread Jorge Gustavo
On 19-07-2011 16:42, Renaud MICHEL wrote: On mardi 19 juillet 2011 at 00:54, Jorge Gustavo wrote : I remove "my" orphaned relations, using JOSM. 1) wget http://jxapi.openstreetmap.org/xapi/api/0.6/relation[boundary=administrat ive][@uid=193530] -O old_relation_boundary_jgr.osm 2) JOS

Re: [OSM-talk] Orphaned Relations

2011-07-18 Thread Jorge Gustavo
Hi Sarah, hi all, Thanks for pointing out the problem. In my case, there were orphaned relations without any use at all. They simply were not removed after cleaning some administrative boundaries and I didn't noticed. I remove "my" orphaned relations, using JOSM. 1) wget http://jxapi.openstr

[OSM-talk] Waiting 10 seconds ... OK - trying again.

2011-04-18 Thread Jorge Gustavo Rocha
n the JOSM client? What can I do to help? Regards, Jorge -- Jorge Gustavo Rocha Departamento de Informática Universidade do Minho 4710-057 Braga Tel: 253604430 (Geral), 253604479 (Gabinete) Fax: 253604471 Móvel: 910333888 ___ talk mailing

Re: [OSM-talk] XAPI issues

2011-04-17 Thread Jorge Gustavo Rocha
Hi Nakor, I use the API mostly from the command line. Things like (in one line): curl -g "http://jxapi.openstreetmap.org/xapi/api/0.6/*[amenity=pharmacy][bbox=-9.2,39.68,-6.2,42.19]"; -o farmacias.osm works for me. The output (farmacias.osm) can be load in JOSM, for example. Regards, Jorge D