[docs] add debug commands info #4981

Merged
arnaudvergnet merged 1 commit from doc-debug-commands into master 2023-04-28 20:01:44 +00:00

57
docs/DEBUG_COMMANDS.md Normal file
View file

@ -0,0 +1,57 @@
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
# Available debug commands
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Organic Maps exposes debug commands to help you control the native components (engine, editor, navigation, ...). **These commands are not intended for regular users** and are only used for debug purposes. Please only use these commands if you are working on Organic Maps.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Each command is entered in the search input (Android and iOS) and are activated as soon as the full search keyword is entered. Unless specified, the effects triggered are discarded after a restart.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
For more information, please see the source code at [`Framework::ParseSearchQueryCommand`](../map/framework.cpp).
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
## Drape
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
### Themes
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?dark` or `mapstyle:dark`: Enable night mode for the map view only. You may need to change the zoom level to fully apply the new mode.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?light` or `mapstyle:light`: Enable light mode for the map view only. You may need to change the zoom level to fully apply the new mode.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?vdark` or `mapstyle:vdark`: Same as `?dark`, but using the vehicle variant.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?vlight` or `mapstyle:vlight`: Same as `?light`, but using the vehicle variant.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
### Post processing
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?aa` or `effect:antialiasing`: Enable antialiasing.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?no-aa` or `effect:no-antialiasing`: Disable antialiasing.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
### Map layers
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?scheme`: Enable the subway layer.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?no-scheme`: Disable the subway layer.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?isolines`: Enable the isolines layer.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?no-isolines`: Disable the isolines layer.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
### Information
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?debug-info`: Show renderer version, zoom scale and FPS counter in the top left corner of the map.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?debug-info-always`: Same as `?debug-info`, but persists across restarts.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?debug-rect`: Shows boxes around icons and labels. When the icon/label is shown, the box is green. When the icon/label cannot be shown, the box is red with a blue arrow indicating which icon/label prevents rendering. When the icon/label is not ready for display, the box is yellow (check the `Update` method of [`dp::OverlayHandle`](../drape/overlay_handle.hpp) and derived classes for more information).
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?no-debug-rect`: Disables the debug boxes.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
### Drape rendering engine
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
All the following commands require an app restart:
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
## Editor
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
## Routing
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?debug-cam`: Force-enables speed cameras in all countries.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?no-debug-cam`: Reverts speed camera setting to default.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
## GPS
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works only on iOS for now.
Jean-BaptisteC commented 2023-04-14 16:09:49 +00:00 (Migrated from github.com)
Review

Show debug info and show outlines arround icons and texts on map

Show debug info and show outlines arround icons and texts on map
Jean-BaptisteC commented 2023-04-14 16:13:44 +00:00 (Migrated from github.com)
Review
- `?metal`: Enables the Metal renderer. Platforms: iOS and macOS.
```suggestion - `?metal`: Enables the Metal renderer. Platforms: iOS and macOS. ```
arnaudvergnet commented 2023-04-14 16:15:57 +00:00 (Migrated from github.com)
Review

I don't know the Apple ecosystem, do all iphones/Mac support metal?

I don't know the Apple ecosystem, do all iphones/Mac support metal?
Jean-BaptisteC commented 2023-04-14 16:16:54 +00:00 (Migrated from github.com)
Review
https://en.wikipedia.org/wiki/Metal_(API)
biodranik commented 2023-04-17 22:09:59 +00:00 (Migrated from github.com)
Review
- `?debug-cam`: Force-enables speed cameras in all countries.
```suggestion - `?debug-cam`: Force-enables speed cameras in all countries. ```
Jean-BaptisteC commented 2023-04-18 09:59:01 +00:00 (Migrated from github.com)
Review
https://github.com/mapsme/omim/pull/968
biodranik commented 2023-04-28 07:12:57 +00:00 (Migrated from github.com)
Review
### Drape rendering engine

All the following commands require app restart:

- `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop.
- `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices.
- `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too.
```suggestion ### Drape rendering engine All the following commands require app restart: - `?gl`: Forces the OpenGL renderer. OpenGL renderer is supported on all platforms and is used by default on older Android devices and on the desktop. - `?vulkan`: Forces the Vulkan renderer on Android. Vulkan is used by default on newer Android 7+ devices. - `?metal`: Forces the Metal renderer. It is used by default on iOS and can be ported/enabled with some effort on Mac OS X too. ```
biodranik commented 2023-04-28 07:16:11 +00:00 (Migrated from github.com)
Review
- `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet.
- `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched.
```suggestion - `?edits`: Shows the list of map edits (local and uploaded) made with the app in the search results. Useful to debug what was not uploaded yet. - `?eclear`: Clears the locally stored list of edits. Warning: all local changes that are not yet uploaded to OpenStreetMap.org will be lost! Everything that was already uploaded to OSM stays there untouched. ```
biodranik commented 2023-04-28 07:16:58 +00:00 (Migrated from github.com)
Review
- `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS.
```suggestion - `?gpstrackaccuracy:XXX`: Changes the accuracy of the GPS while recording tracks. Replace `XXX` by the desired horizontal accuracy. Works now only on iOS. ```