Code Monkey home page Code Monkey logo

rag-lost's People

Contributors

bilaalrashid avatar

Watchers

 avatar

rag-lost's Issues

Export map to image

It would be nice to be able to export images of the map (with all the annotations) as an image that can be downloaded.

This will probably have to be done client-side.

Use single config file

Currently, the credentials for the admin page and the database are stored in separate files. These should be stored in a single config file in the root directory.

Fix timezone logic in countdown

The current countdown logic still tries to strip out the timezone from dates returned by the API, meaning countdowns are off by 1 hour during BST.

Add analytics

It would be useful to know how much people use the website. Therefore it would be beneficial to implement web analytics. These need to be GDPR-compliant and as privacy-preserving as possible. Therefore, it would be beneficial to use something like Matomo.

Cross-timezone compatibility issues

During development, everything was fixed at UTC to make things easier. This broke when this was used during BST, which the production server was configured to use. This was temporarily bodged in f3bfa44. A permanent fix is needed.

The change must be tested both with the times that are displayed on the main page, but also the time at which the holding page disappears for the main page.

Nominatim API deprecated endpoints

When attempting to query the current API endpoints, we now receive a response of:

$ curl "https://nominatim.openstreetmap.org/search/london?format=jsonv2&countrycodes=gb"
<html>
<head>
<title>File Not Found</title>
</head>
<body>
<h1>File not found: API no longer accessible via this URL</h1>

<p>Using the URL <tt>/search/</tt> and <tt>/reverse/</tt> (with slashes)
is no longer supported. Please use URLs as given in the documentation.</p>

<p><b>Examples how to change the URL:</b></p>

<p>You use: <tt>https://nominatim.openstreetmap.org/search/?q=Berlin</tt><br/>
Change to: <tt>https://nominatim.openstreetmap.org/search?q=Berlin</tt>
</p>

<p>You use: <tt>https://nominatim.openstreetmap.org/search/US/Texas/Huston</tt><br/>
Change to: <tt>https://nominatim.openstreetmap.org/search?q=Huston, Texas, US</tt>
</p>

<p>See <a href="https://github.com/osm-search/Nominatim/issues/3134">github issue #3134</a>
for more details.</p>
</body>
</head>

This should be updated.

Configure .htaccess

Make any /php files forbidden, along with any unnecessary other stuff. Redirect HTTP to HTTPS.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.