Ian Hollander
Ian Hollander
The point is to start with address. Attempt to geocode it to find the likely location. Then allow the user to move the pointer to the physical location of the...
> single vs. double quote change? They are equivalent in HTML I would have assumed that as well. The Aria subsystem is likely more rigorous than normal HTML. This would...
That was the first thing I tried that. This browsers and accessibility checkers seem to require double quotes for all the tags involved for the features to work correctly. On...
Just did some research on the ones available. For their differences, NPM should work fine for our purposes.
Thanks for catching the invalid entries, I had a feeling that might be a problem with all of those duplicates. On Sun, Dec 11, 2022, 12:09 AM Andres Gomez Casanova...
We should be geocoding the new pin location and then verifying that the address is still valid.
Please check out my progress on PR #116 which is designed to fix this issue. My solution is to limit marker movement in Leaftlet based on the original's search bounding...
Just stumbled over the [Iranian version of OnOsm.org](https://onosm.osmiran.ir/). Its source code is hosted on [OSMIran on Gitlab](https://gitlab.com/OSMIran/onosm). It is a copy of the main fork as of early 2022. The...
I have create PR #116. It is designed to do some basic validation and geo-fencing of the marker. User can do minor adjustments around the initial point. Anything more is...
The underling problem is that the website doesn't currently do any type of validation of the marker moves. My current change tries to limit the distance the marker can be...