top | item 43768286

(no title)

blindprogrammer | 10 months ago

>I'm not sure what it means. It's a PDF reader? It's another format that is similar PDF but more screen reader friendly?

Yes, a PDF alternative optimized for screen readers. For some reason, PDFs have clunky functionality when it comes to working with my screen reader. PDF URLs are especially egregious—VoiceOver really struggles to read them. So, I started writing a new file format that allows screen reader compatibility from the start.

>The data is open, so it may be useful to build an easier to use client, so you don't have to collect all the info.

Yes, I know that website—I’ll use it if I need it. So far, I’ve been preoccupied with some other data that neither Open Maps nor Google provides. I’m about 30–35% done. I also have to think about whether to go open or closed source before using their data. Even though what they provide is mostly public domain, nonetheless, I want to stick to my own principles: credit/donate where it’s due, or go without.

>There is no obligation as a maintainer to merge all PR. But remember to be nice.

Good advice.

discuss

order

habi|10 months ago

> I’ve been preoccupied with some other data that neither Open Maps nor Google provides.

As an avid OpenStreetMapper I honestly wonder what kind of data is missing in OpenStreetMap. Is that something sighted persons cannot grasp and thus not add to OSM? Have you seen https://wiki.openstreetmap.org/wiki/OSM_for_the_blind ? Is something missing there?

> I also have to think about whether to go open or closed source before using their data.

No, you don’t. If you use the map data, you have to attribute it, but your code doesn’t need to be open. See https://osmfoundation.org/wiki/Licence/Attribution_Guideline... for the guidelines on attribution.

blindprogrammer|10 months ago

>As an avid OpenStreetMapper I honestly wonder what kind of data is missing in OpenStreetMap. Is that something sighted persons cannot grasp and thus not add to OSM? Have you seen.

Thank you for providing that link — it was helpful. The information I want to display is text-based rather than graphic-based. My plan is to have two systems working in tandem: physical hardware placed in areas of interest like bus stops, intersections, etc., and a user interface that queries this data. The UI will be entirely text-based, with an absolute minimum of graphics.

In the future, if this project succeeds, I aim to launch my own GPS satellite to bypass Google’s predatory API calls.

Yes — but in Phase 1, the map will be text-only to ensure accessibility. What I envision is a sort of Wikipedia for my entire city, where every landmark and point of interest is cataloged and annotated in a rolling fashion, allowing others to edit, expand, and improve. Kind of like Google Reviews — except not owned by an advertising company.