opencdms / surface

GNU General Public License v3.0
6 stars 4 forks source link

Minor Bugs and Fixes #49

Open scottylad501 opened 2 years ago

scottylad501 commented 2 years ago
  1. Both CLOUD and local SURFACE CDMS has stopped loading the base map by default when you loging. For MAP and Spatial Analysis

Updated - August 16, 2022

  1. Change test site from insecure http to secure https - Instructions for configuring NGINX using the automated certbot tool can be found here: https://letsencrypt.org/getting-started/

  2. Home page should load with left side bar minimized and all caribbean region in view as seen below.

  3. The side menu collapse button is way down the bottom, can it either go further up or can you just click the empty side bar to show/hide the menu sidebar?

  4. Ability to configure location of map upon login

  5. Rename the following menu items:

    Monthly Capture to Daily Capture PGIA Hourly Capture to Hour Synoptic Form Daily Means to Extremes and Means

  6. Forget password features isn’t working again…this keeps on happening. I know it has to do with some gmail thing this needs to be resolved properly

  7. When Creating a new Station…The new Station Page should look the same as the Metadata first page. At this time the two pages look completely different. Therefore:

fabiosato commented 2 years ago

This seems to be happening only in Chrome. I tested in Firefox and base map is displayed as expected.

I did a quick check in Chrome using the inspector and requests to OSM tile map is returning 'Failed to load resource: the server responded with a status of 403 (Forbidden)' error message.

By trying to check one the tiles URL (e.g.: http://a.tile.osm.org/8/62/115.png) the map server returns Access denied. See https://operations.osmfoundation.org/policies/tiles/

@Midms27 please take a look at it

scottylad501 commented 2 years ago

Thanks @fabiosato, we use Chrome and Edge mainly and its happening in both...so i will tell the forecaster to use Firefox.

fabiosato commented 2 years ago

It seems to be related to this issue: https://help.openstreetmap.org/questions/83887/unable-to-download-tiles-403-forbidden

@Midms27 please check if replacing the tiles URL to use https fixes it