Handles specific HTTP requests to omaps.app domain
Find a file
Alexander Borsuk 36f8d2dc88 Removed local gpx/kml/kmz files as they're not properly responded by CF, changed their location to the planet cdn
This reverts commit c0b6eb3102.

Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-27 13:20:16 +02:00
.github/workflows An attempt to fix deployment error 2023-07-06 12:08:30 +02:00
public Removed local gpx/kml/kmz files as they're not properly responded by CF, changed their location to the planet cdn 2024-08-27 13:20:16 +02:00
src Fixed undefined titles in ru 2023-11-09 06:25:28 +01:00
workers-site Initial commit 2021-05-30 11:57:18 +02:00
.gitignore improve UI style 2022-04-19 23:02:27 +02:00
.nvmrc Updated npm and dependencies 2022-01-13 20:37:47 +01:00
.prettierrc Initial commit 2021-05-30 11:57:18 +02:00
eslint.config.mjs Migrate to a new eslint 2024-08-03 13:55:02 +02:00
LICENSE Updated API redirect and info 2022-07-27 23:14:30 +02:00
metadata.json Initial commit 2021-05-30 11:57:18 +02:00
package-lock.json Migrate to a new eslint 2024-08-03 13:55:02 +02:00
package.json Migrate to a new eslint 2024-08-03 13:55:02 +02:00
README.md Fixed undefined titles in ru 2023-11-09 06:25:28 +01:00
tsconfig.json Migrate to wrangler v2 2022-11-21 22:54:45 +01:00
wrangler.toml An attempt to fix deployment error 2023-07-06 12:08:30 +02:00

Static resources and short links (ge0) decoder for Organic Maps

Root domain redirects to https://organicmaps.app/.

URLs like http(s)://omaps.app/ENCODEDCOORDINATES/PINNAME are decoded to lat, lon and zoom level. Then the OSM map is displayed and url schemes are opened on mobile apps.

Add some query parameters to test:

Deploy master to Production

Requirements

Install CloudFlare's wrangler and other dev dependencies using npm:

npm i

Development

Use npx wrangler dev for localhost development.

Deployment

All pushes to master automatically deploy dev version to https://url-processor.omaps.workers.dev/

Deploy to prod manually using npx wrangler publish --env omaps or this action.

Known issues

  • Hidden directories and symlinks in worker site assets are ignored by wrangler.
  • Cloudflare's free Flexible SSL certificates does not support 4-th level subdomains like a.b.example.com, so you can see strange SSL errors.
  • HTTPS fetch requests from Workers are converted to HTTP ones if the target host is in the same Cloudflare zone, see here for more details.