Re: [OSM-dev] iD news - 2.12.0 released 

2018-12-10 Thread Bryan Housel
practice. Thanks, Bryan > On Dec 10, 2018, at 2:59 AM, Frederik Ramm wrote: > > Hi, > > On 10.12.2018 03:14, Bryan Housel wrote: >> iD now displays linked data if a feature has a wikidata tag, and will >> protect fields like name and brand from direct editin

Re: [OSM-dev] Question Answering over OSM and searching by tags

2018-10-29 Thread Bryan Housel
> On Oct 29, 2018, at 5:58 AM, Dennis Diefenbach > wrote: > > Especially I found that currently it is not possible in OSM to search for > nodes, ways, relation, with a specific tag (like tram stop, restaurants, post > offices and so on), i.e. restaurants in saint etienne . Would that be >

Re: [OSM-dev] question about add way to openstreetmap by GPX automatic

2018-09-14 Thread Bryan Housel
My approach would be to use: - https://github.com/mapbox/togeojson - to batch convert all the gpx -> geojson then - https://github.com/mapbox/tippecanoe - to merge them all into a vector tileset. then - upload that to

[OSM-dev] State of the Map US Early Bird tickets end tomorrow!

2018-08-16 Thread Bryan Housel
A few quick reminders about... State of the Map US  Detroit, MI · October 5-7th  The reduced-price tickets will be available until midnight tomorrow on Friday, August 17th. Sign up today before the price doubles… https://2018.stateofthemap.us/ By the

[OSM-dev] iD news - v2.10.0 with OSM Notes and more

2018-08-03 Thread Bryan Housel
We released iD v2.10.0 last week!  OSM Notes You can now create, comment on, and resolve OpenStreetMap notes from within iD! This work was done as part of Thomas Hervey's 2018 Google Summer of Code project, and you can read about it in his diary here:

Re: [OSM-dev] GDPR implementation on planet.osm.org

2018-06-20 Thread Bryan Housel
> On the technical side, things are even worse. The elephant in the room is > OAuth. OAuth is built on in particular the assumptions that > - the consumer ("the website") acts stateful > - sessions are relatively long-lived, i.e. some seconds to some hours > - the identity provider has the

[OSM-dev] iD news - v2.9.0 now with Bing Streetside support

2018-06-16 Thread Bryan Housel
Happy Summer!  I just released iD v2.9.0 this week and it’s now available on openstreetmap.org for editing. If you use street level imagery you will like this...  Bing Streetside now supported iD now includes a layer for Bing Streetside! This new layer provides

[OSM-dev] iD news - v2.8.0, GSoC, OSM-US Hackathon 5/21-5/22 at Mapbox DC!

2018-05-04 Thread Bryan Housel
Hello all! I’ve got a bunch of exciting items to share about iD - please check out the news and share..  iD 2.8.0 released, including Community Index We've changed how things look on the post-upload screen. Now after saving your edits, you will see a list of OpenStreetMap communities that

[OSM-dev] Help me build an OSM Community Index

2018-03-31 Thread Bryan Housel
I’ve started building an index of OSM community resources here: https://github.com/osmlab/osm-community-index "Resources" can be links to forums, meetups, Slack groups, Facebook groups, mailing lists, and so on. Anything that mappers, especially

Re: [OSM-dev] GSoC

2018-03-10 Thread Bryan Housel
Hey nafiz, I think this is a pretty great idea for a project.. The closest thing I can think to it would be an app called Street Complete https://wiki.openstreetmap.org/wiki/StreetComplete https://github.com/westnordost/StreetComplete/

Re: [OSM-dev] GSoC project inquiry

2018-03-06 Thread Bryan Housel
Hey Thomas, thank you for your interest in iD and Google Summer of Code! I’m the iD maintainer and can help guide you. Your plan for adding OSM Notes to iD is a good one. One thing that’s great about this is you can look at existing code used to show the Mapillary or OpenStreetCam data as an

Re: [OSM-dev] DigitalGlobe access tokens for use with OSM Editors

2018-03-05 Thread Bryan Housel
Hello Dale! I’m the iD maintainer, and the person who rotates the DigitalGlobe tokens upon their request. All imagery used by OSM editor software is listed in this repository in a bunch of .json files: https://github.com/osmlab/editor-layer-index

[OSM-dev] iD news - v2.7.0, new imagery, upgraded turn restriction editor

2018-03-05 Thread Bryan Housel
Hey everyone, I just released iD v2.7.0 and it’s now available for editing on openstreetmap.org  Release Highlights •  We've added support for more background imagery from WMS servers. Thanks Martin Raifer and Guillaume Rischard for your work on this.. Press B to

Re: [OSM-dev] iD gps trace draw order

2018-03-03 Thread Bryan Housel
Glad you found a workaround! Sorry, I did not receive a longer email. You can always open issues on our GitHub issue tracker too - it might reach more people and be more permanent than trading emails over the mailing list. https://github.com/openstreetmap/iD

Re: [OSM-dev] iD gps trace draw order

2018-03-02 Thread Bryan Housel
If I’m understanding your issue, the gpx trace in iD is intentionally drawn on top of the OSM data layers to make it easier to see. There is some previous discussion on: https://github.com/openstreetmap/iD/issues/2335

Re: [OSM-dev] ID presets problem

2018-02-25 Thread Bryan Housel
> The taginfo service and the nominatim service still don't work. A mystery as > the osm service works just fine. But I did not have a closer look yet. Does > iD have some helpful means for debugging the services? I don’t have any helpful tips other than to just use the debugging features

Re: [OSM-dev] ID presets problem

2018-02-11 Thread Bryan Housel
> On Feb 11, 2018, at 3:47 AM, NopMap <ekkeh...@gmx.de> wrote: > > 1. tourist attraction > > Bryan Housel wrote >> The “Tourism” field will appear in the sidebar because that field has been >> set up recently as a “universal” field that defaults to “attracti

Re: [OSM-dev] ID presets problem

2018-02-10 Thread Bryan Housel
Hi, can you share your code? It would be useful to see how you set up the `trail_riding_station` preset. The “Tourism” field will appear in the sidebar because that field has been set up recently as a “universal” field that defaults to “attraction" see:

[OSM-dev] iD news - v2.6.0 lots of new features...

2018-01-22 Thread Bryan Housel
Happy 2018! I just released iD v2.6.0 yesterday..  Release Highlights -  You can now adjust imagery brightness, contrast, saturation, and sharpness. (Not currently available in Internet Explorer or Edge) Try enhancing the background imagery by opening the Background pane (shortcut “B")

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

2018-01-02 Thread Bryan Housel
Bjoern, maybe the geo functions used in iD might be a helpful reference: https://github.com/openstreetmap/iD/blob/master/modules/geo/geo.js The numbers I got from comparing the bbox sizes are pretty close to your numbers.

[OSM-dev] iD news: v2.5.0, OpenStreetCam, and request for translation help..

2017-12-07 Thread Bryan Housel
Happy December! We have lots moving in the iD editor project.  OpenStreetCam Last month, I released iD v2.5.0 (November 10, 2017), which includes support for OpenStreetCam. If you haven’t tried it yet, you should really check out how easy it is to work with street level imagery in iD.

[OSM-dev] iD news: v2.4.0 released

2017-08-25 Thread Bryan Housel
iD v2.4.0 was released August 25, 2017 and is now available for editing on openstreetmap.org  A few highlights from the release: NEW Esri World Imagery layer: Esri has made their World Imagery Service available for OSM use! Read more here:

[OSM-dev] iD news: v2.3.0 released

2017-07-07 Thread Bryan Housel
iD v2.3.0 was released July 7, 2017 and is now available for editing on openstreetmap.org  A few highlights from the release: New: Toggle-able information panels can be used to expose more advanced features without cluttering the user interface. ⌘I: Show/Hide

[OSM-dev] iD news: v2.2.2 released

2017-06-14 Thread Bryan Housel
iD v2.2.2 was released June 12, 2017 and is now available for editing on openstreetmap.org  A few highlights from the release: New: press `?` to bring up a Keyboard Shortcuts help popup screen, built by Ajith and Kushan. We’ve also put a lot of effort into

[OSM-dev] iD news: v2.2.0 released

2017-05-09 Thread Bryan Housel
iD v2.2.0 was released May 9 2017 and is now available for editing on openstreetmap.org This is possibly our biggest release ever because it includes over 100 features and represents about 3 months of work by 13 contributors, and countless other translators and

[OSM-dev] Help Translate iD!

2017-04-20 Thread Bryan Housel
I'm excited to announce that I'll be releasing a new version of iD in the next week or two. If you are fluent in multiple languages, or know someone who is, I’d love your help in translating iD! We support over 70 languages, but many of them are barely translated. Localizing iD helps bring

[OSM-dev] iD news: v2.1.0 released

2017-02-04 Thread Bryan Housel
iD v2.1.0 was released Feb 4 2017 and is now available for editing on openstreetmap.org Here are some of our favorite new features: - Disconnected endpoints now appear slightly larger, and iD will warn if a user creates a disconnected road - Improved save flow

Re: [OSM-dev] iD 2.0.0 always start in whole world view

2016-11-16 Thread Bryan Housel
Thanks markus! we’re tracking this on https://github.com/openstreetmap/iD/issues/3588 This is a bug in the code that hands off control from the openstreetmap-website code to iD which runs in an iframe.. > On Nov 16, 2016, at 6:26 PM, markus

[OSM-dev] iD v2.0.0 beta - help test!

2016-11-04 Thread Bryan Housel
We have been working really hard on iD the past few months and we’re releasing v2.0.0 in the next week or so. iD v2.0.0 will look and feel the same as v1.x but has significant changes to the code structure. It is written in a modular style, and uses new tools to build the code. This will

[OSM-dev] iD news: v1.9.7 released

2016-07-17 Thread Bryan Housel
iD v1.9.7 was released Jul 16 2016 and is now available for editing on openstreetmap.org The release includes: - Features on `addr:interpolation` lines will be rendered as points with icon - Fix crash when selecting and moving multiple points - Fix bug determining

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

2016-06-15 Thread Bryan Housel
To create a changeset you need change your xml_string too, not just the endpoint. see the example here: http://wiki.openstreetmap.org/wiki/API_v0.6#Update:_PUT_.2Fapi.2F0.6.2Fchangeset.2F.23id > On

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

2016-06-14 Thread Bryan Housel
You can’t just pass “0” as the changeset id. Your app will need to create a changeset first with : http://wiki.openstreetmap.org/wiki/API_v0.6#Create:_PUT_.2Fapi.2F0.6.2Fchangeset.2Fcreate This diagram

Re: [OSM-dev] Change settings to edit map at different zoom level

2016-06-13 Thread Bryan Housel
yes, iD has a method to set that: https://github.com/openstreetmap/iD/blob/master/API.md#minimum-editable-zoom > On Jun 11, 2016, at 5:09 PM, Stadin, Benjamin > wrote: > >

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

2016-06-13 Thread Bryan Housel
34 schrieb Stadin, Benjamin: >> Hi Bryan, >> >> thank you for these pointers. >> >> A somehwat unrelated question: The FAQ mentions cgimap. Is this performance >> optimized map API implementation still relevant and is it still in use? Will >> a production syste

[OSM-dev] iD news: v1.9.6 released

2016-06-08 Thread Bryan Housel
iD v1.9.6 was released June 7 2016 and is now available for editing on openstreetmap.org The release includes: - Embed interactive Mapillary JS viewer (worked on by Peter Neubauer and Kushan Joshi) - Add “grill” as search term for `amenity=bbq` preset (worked on by

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

2016-06-04 Thread Bryan Housel
Hi Ben, iD’s connection to OSM is in `connection.js`: https://github.com/openstreetmap/iD/blob/a8ac9faad8a597d81813d8effd5cc5c1a1a0a668/js/id/core/connection.js#L8-L19 iD’s

[OSM-dev] iD news: v1.9.5 released

2016-05-25 Thread Bryan Housel
iD v1.9.5 was released May 25 2016 and is now available for editing on openstreetmap.org The release includes: - Fix bug causing Russian track type translated strings to sneak into tag values - Change color of save button as user edits increase (built by tanerochris)

[OSM-dev] iD news: v1.9.4 released

2016-05-04 Thread Bryan Housel
iD v1.9.4 was released May 3 2016 and is now available for editing on openstreetmap.org The release includes: - Fix bug causing the Save button to remain disabled even when changeset comment entered - Support setting imagery offset via url parameter - New multiple

[OSM-dev] iD news: v1.9.3 release and participation in Google Summer of Code

2016-04-28 Thread Bryan Housel
Hi, OSM! Just wanted to announce a few things about the iD editor project.. iD 1.9.3 was released Monday 4/25/16 and is now available for editing on openstreetmap.org . The release includes: - easy draggable imagery offset adjustment control (built by Kushan Joshi) -

Re: [OSM-dev] iD enhancement: positive turn restrictions

2016-02-19 Thread Bryan Housel
Thanks for your report, please see https://github.com/openstreetmap/iD/issues/2622 > On Feb 19, 2016, at 4:03 PM, markus schnalke wrote: > > Hoi, > > as I found no way to contact the iD dev team without having a github >

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

2016-01-11 Thread Bryan Housel
Yes api06.dev.openstreetmap.org is a valid sandbox for editing, but the rails site hosted there loads tiles from the main tileserver. Because tile generation is such a resource intensive process, I don’t think there is a plan to generate and serve dev

[OSM-dev] iD 1.8.1 release candidate with IE11 & Edge support

2015-12-02 Thread Bryan Housel
Hey everyone, Just wanted to send a quick note that I’ve prepared a new version of iD that supports Internet Explorer 11 and Edge browsers (finally!). I have only tested these browsers through vmware, so I would really like to get some more mappers to try them out and let me know if there are

Re: [OSM-dev] iD creates invalid (?) highway tags

2015-11-01 Thread Bryan Housel
This has been fixed so that iD will not allow a user to join ways with conflicting tags. The fix will be in the next version released this week. https://github.com/openstreetmap/iD/pull/2809 Thanks, Bryan > On Nov 1, 2015, at 3:53 AM, GerdP

Re: [OSM-dev] iD creates invalid (?) highway tags

2015-10-13 Thread Bryan Housel
Large portions of the US TIGER import ended up heavily segmented, so merge happens to be really important for some places. > On Oct 13, 2015, at 9:50 AM, Gerd Petermann > wrote: > yes, I contacted some editors and typically got positive feedback, > so it is

Re: [OSM-dev] iD creates invalid (?) highway tags

2015-10-13 Thread Bryan Housel
Yes, this is something I want to fix in iD, but I just haven’t gotten to it. Priority-wise it’s probably one of the top 5 issues I want to focus on. Thanks for being patient! Thanks, Bryan > On Oct 13, 2015, at 6:30 AM, Gerd Petermann > wrote: > > Yes, I

[OSM-dev] New features in iD - looking for feedback and beta testers..

2015-03-27 Thread Bryan Housel
Hi Everyone… It’s been a busy few months for the iD team, and we have a handful of new features that will be launching soon. We’d love to get some mappers to beta test and provide feedback! These features are available now by using the latest development branch of iD hosted at

Re: [OSM-dev] iD editor release process

2015-02-02 Thread Bryan Housel
Hey Guillaume, We are preparing a handful of big new features, so we haven’t pushed a release in a while. I’ll post more about them in a few days. In the mean time, if you want to use the new presets you can edit using a mirror of the ‘master’ branch here: http://openstreetmap.us/iD/master/

Re: [OSM-dev] [meta] Problem with reply to messages from mailing list on Gmail

2014-12-11 Thread Bryan Housel
No, it has nothing to do with Gmail.. Reply-to “munging is a setting in Gnu Mailman, the mailing list software.. http://www.gnu.org/software/mailman/mailman-admin/node11.html http://www.gnu.org/software/mailman/mailman-admin/node11.html Historically people have very strong opinions about

Re: [OSM-dev] places of business listings

2014-06-19 Thread Bryan Housel
I was looking for something similar a while ago for a different project and found nothing free. There are plenty of paid datasets. I do think there should be some kind of open retailer database that lists locations and operating hours of places. It wouldn’t be too difficult to index most