Boris Verkhovskiy
Boris Verkhovskiy
iPhone 13 Pro and iPad Pro screens can do 90 or 120 FPS but GoMap is capped at 60 FPS https://developer.apple.com/documentation/quartzcore/optimizing_promotion_refresh_rates_for_iphone_13_pro_and_ipad_pro#
iD lets you upload a custom data set which it visualizes in bright pink I use this with a government data set of property lines. I would like to be...
I like iD editor's theme and it would be nice if the OSM editors I use had a consistent theme so I didn't have to learn more than one.
I live in a rural area with spotty cell service. When I am mapping I often have poor or no data. For some reason this results in lots of points...
When I press "Copy Tags" and then "Paste" I have no clue what will happen or what happened. I need to check what tags I copied by looking at the...
I have my Location setting for Go Map!! set to "Always" (instead of "While Using the App" or "Never" or "Ask Next Time") and I would like it if the...
The [iD editor](https://www.openstreetmap.org/edit) works this way. If you double click on a way somewhere it adds a Node there. On touch surfaces it requires a triple tap. I like this...
When I zoom out or in on the map, I can see that Go Map!! clears imagery from the previous zoom level before replacing it with imagery from the new...
The iD editor lets you view documentation of different node types and press for even more documentation, for example what a "Foot Path" is. Go Map!! should as well. 
To reproduce: Create a simple project: hello.c: ```c #include int main() { printf("hello world\n"); } ``` Makefile: ```make CC = cc CFLAGS = -Wall -Wextra -g TARGET = hello SRC...