osmapp icon indicating copy to clipboard operation
osmapp copied to clipboard

Lets make a universal OpenStreetMap app

Results 185 osmapp issues
Sort by recently updated
recently updated
newest added

If I look at the map I see the province of Namur in Belgium rendered as 'Provincie Namen'. There are two issues here: * The Dutch name is chosen for...

Integrate the layer index. When adding a new layer a dialog opens where the user can select a layer: ![image](https://github.com/zbycz/osmapp/assets/84224239/3571b829-e43a-4622-962d-6456a1ce285e) In the next step the user is presented with some...

Right now it renders sth like this: ![image](https://github.com/zbycz/osmapp/assets/385047/8fdacf6d-127b-4b22-b5a4-64a4aadcb582) It would be cool to show user some logo and eg. link to homepage. see https://nextjs.org/docs/pages/building-your-application/routing/custom-error#500-page

good first issue

OpenPlaceGuide is meant to be a federated network of pages that provide more details for OpenStreetMap places. There is the https://discover.openplaceguide.org/ service which provides links to those "instances" Currently there...

SearchBox conversion begun! It's up and running with Tailwind and Headless, but could probably use some more re-factoring. [Main file for review](https://github.com/zbycz/osmapp/blob/tailwind-searchbox/src/components/SearchBox/SearchBox.tsx) Some notes: - Kept the styling very minimal...

ui

I made feature panel and search bar same size, also I made search bar more round.

ui

Currently works only for serverside rendering of a feature. For browser it would need a proxy to avoid CORS. Eg. here: - https://osmapp-git-og-image-zbycz.vercel.app/node/313822575 - https://osmapp-git-og-image-zbycz.vercel.app/node/11243721137 - loads in SSR -...