Martin Raifer
|
e8703e6bb6
|
Merge remote-tracking branch 'noenandre/vegbilder' into develop
|
2023-08-07 10:31:07 +02:00 |
|
Kyle Hensel
|
d01112372b
|
don't suggest discardable tags in the raw tag editor
|
2023-08-06 15:07:35 +12:00 |
|
Martin Raifer
|
a2d3cf8f9a
|
fix jumping cursor while editing in some input fields
fixes #9233
|
2023-08-03 16:49:37 +02:00 |
|
Martin Raifer
|
a454aa35c1
|
fix nominatim API search syntax
see https://github.com/osm-search/Nominatim/issues/3134
|
2023-08-03 11:41:06 +02:00 |
|
Kyℓe Hensel
|
f7cbdfb9e5
|
fix incorrect earth radius constants (#9793)
|
2023-08-02 18:13:49 +02:00 |
|
Martin Raifer
|
57ca36227b
|
fix clearing of contents of some input field when the tag is removed
e.g. when using the trash can icon on the UI field
|
2023-08-02 17:54:48 +02:00 |
|
Martin Raifer
|
e52ec96bad
|
reset yaw when switching between 360° and planar photo
(and also immediately when switching between different 360° photos)
|
2023-08-02 16:49:07 +02:00 |
|
Martin Raifer
|
31c5a60ac2
|
show spinner while loading non-360° "vegbilder" photos
|
2023-08-02 16:35:59 +02:00 |
|
Martin Raifer
|
23d19e89ff
|
fix zoom/pan behavior on non-360° vegbilder photos
|
2023-08-02 16:35:58 +02:00 |
|
Martin Raifer
|
edb7c3b0f2
|
only fetch vegbilder layers if they are needed
i.e. when enabling the respective street-side photo layer
|
2023-08-02 16:35:57 +02:00 |
|
Martin Raifer
|
d7902e1388
|
only show regional street-level photo providers in the available region
and disable selection checkbox if not zoomed in enough to load the photos
|
2023-08-02 16:35:56 +02:00 |
|
Martin Raifer
|
13300026e3
|
Merge branch 'develop' into vegbilder
|
2023-08-01 17:09:21 +02:00 |
|
Martin Raifer
|
806388f16e
|
Merge branch 'vegbilder' of github.com:noenandre/iD into vegbilder
|
2023-08-01 17:05:29 +02:00 |
|
Martin Raifer
|
ad1162dd17
|
fix panning in mapilio 360° images
|
2023-08-01 16:55:41 +02:00 |
|
Martin Raifer
|
a481361bf3
|
Merge remote-tracking branch 'mapilio/add_mapilio_data' into develop
|
2023-08-01 16:15:55 +02:00 |
|
Noenandre
|
f3bf7dbf4d
|
Reorder execution of init.
Set "on" binding before awaiting cache reset.
Set "wfslayers" to a empty map
immediately on reset.
|
2023-07-23 14:16:19 +02:00 |
|
Noenandre
|
4d44eedb3d
|
Too set autoLoad to false when adding a scene,
seems too fix "Uncaught TypeError: Cannot set properties of undefined".
|
2023-07-23 00:37:27 +02:00 |
|
sezerbozbiyik
|
c70abfa3d1
|
added zoom, photo hash-parameter and some fixes
|
2023-07-21 14:47:26 +03:00 |
|
sezerbozbiyik
|
d35aff7ebb
|
Merge branch 'develop' into add_mapilio_data
|
2023-07-21 14:40:58 +03:00 |
|
Martin Raifer
|
46a2d6365f
|
show tag reference info for the currently filled-in tag value, closes #9786
|
2023-07-21 11:03:28 +02:00 |
|
Martin Raifer
|
61af54c069
|
fix combo field's dropdown when tag reference info is displayed
show it immediately after the input field instead of after the tag documentation text
|
2023-07-21 10:44:21 +02:00 |
|
Martin Raifer
|
3159c87ae1
|
disable deprecated marked options
to get rid of warnings in the console
|
2023-07-21 09:34:20 +02:00 |
|
Martin Raifer
|
7b622e040b
|
Merge branch 'develop' into vegbilder
|
2023-07-20 17:21:45 +02:00 |
|
Martin Raifer
|
d0e061c472
|
don't hardcode padding constanst, add changelog
|
2023-07-20 17:15:21 +02:00 |
|
Martin Raifer
|
59734d1725
|
fix panning/zooming on resized KartaView images
|
2023-07-20 16:51:15 +02:00 |
|
Martin Raifer
|
9bd5817ecc
|
don't crash on invalid identifiers
fixes a bug where the link button would not be correctly disabled on invalid identifier values
(regression in 7015fae91c)
|
2023-07-17 19:40:36 +02:00 |
|
Martin Raifer
|
7b44dfaa1b
|
fix sorting of nearby streets in address field dropdown
|
2023-07-17 14:09:36 +02:00 |
|
sezerbozbiyik
|
a84ba59678
|
Added change image forward and backward feature
|
2023-07-17 10:52:10 +03:00 |
|
Martin Raifer
|
bb5e9e063d
|
don't trigger line-is-area warning for tags implemented as 2 geometry-dedicated presets
e.g. `highway=elevator` in the "Elevator" and "Inclined Lift" presets
|
2023-07-15 19:44:32 +02:00 |
|
sezerbozbiyik
|
4616cd302f
|
fixed pano screen and changed map layers name
|
2023-07-13 17:49:23 +03:00 |
|
sezerbozbiyik
|
8de4ae2f3c
|
Merge branch 'develop' into add_mapilio_data
|
2023-07-13 17:39:04 +03:00 |
|
Kyℓe Hensel
|
667a620a9f
|
fix the raw tag editor broken and strange cursor behaviour (#9766)
* fix the raw tag editor broken
* new approach
* fix typo to satisfy github checks
|
2023-07-13 02:04:33 -07:00 |
|
Martin Raifer
|
29b1197059
|
add code comment/documentation
|
2023-07-12 22:02:41 +02:00 |
|
Martin Raifer
|
396d142623
|
fix crash when rendering and email UI field, fixes #9752
|
2023-07-12 22:00:42 +02:00 |
|
sezerbozbiyik
|
04581bd7c3
|
Merge branch 'develop' into add_mapilio_data
|
2023-07-12 15:15:20 +03:00 |
|
Martin Raifer
|
fa35f0e78d
|
fix arguments of unsetTag call, fixes #9707
|
2023-07-07 18:39:44 +02:00 |
|
Martin Raifer
|
1c1086662e
|
fix crash when a multisel. contains empty&non-empty numeric vals, fixes #9739
this is a regression/bug in 559a4ba
|
2023-07-07 18:22:18 +02:00 |
|
Kyℓe Hensel
|
53a510628c
|
fix crash when selecting some presets (#9738)
|
2023-07-07 15:15:15 +02:00 |
|
Martin Raifer
|
85affbadc8
|
lint
|
2023-07-07 13:34:08 +02:00 |
|
Martin Raifer
|
db886f5dd7
|
fix crash when using "exotic" locales which undefined languageNames
see also #9737
|
2023-07-07 13:31:36 +02:00 |
|
Kyℓe Hensel
|
457a2101c6
|
fix crash in fr-FR locale (#9737)
|
2023-07-07 13:07:49 +02:00 |
|
Martin Raifer
|
ea054a00a5
|
fix bug in "lang=badvalue" handling for wikidata api
see https://github.com/openstreetmap/iD/pull/9638#issuecomment-1623497481
|
2023-07-07 12:49:55 +02:00 |
|
sezerbozbiyik
|
1a8ba8e356
|
fixed test error
|
2023-05-27 01:11:34 +03:00 |
|
Martin Raifer
|
9595e997e9
|
Merge branch 'develop' into addr_place
|
2023-05-26 20:37:54 +02:00 |
|
Martin Raifer
|
f19a55fa13
|
Add support for icons on multiCombo/semiCombo fields (#9433)
|
2023-05-26 20:35:12 +02:00 |
|
Martin Raifer
|
140838f4b1
|
fix accidentally committed code, switch to different ford icon
|
2023-05-26 19:50:09 +02:00 |
|
Martin Raifer
|
5a3a2d876e
|
show inherited fields from global parents
fixes regression from 43784e2ef
|
2023-05-26 19:44:27 +02:00 |
|
Martin Raifer
|
53f77fb852
|
accept raw number input also for roadspeed/roadheight fields
|
2023-05-26 19:34:32 +02:00 |
|
Martin Raifer
|
2b64d70352
|
generalize implementation to skip input value update
when contents are "equivalent" in a given context, e.g. for numeric values with potentially different formatting in number fields
|
2023-05-26 19:24:10 +02:00 |
|
Martin Raifer
|
ee89f6ae66
|
lint
|
2023-05-26 18:46:57 +02:00 |
|