unep-grid / mapx

MapX
https://app.mapx.org
Other
85 stars 22 forks source link

MapX V5: list of "Priority 1" bugs #255

Closed thomaspiller closed 5 years ago

thomaspiller commented 6 years ago
fxi commented 6 years ago

The uploader should return some messages when the upload fails. Could you report those messages as comment ? The subset by country, I have to change the label or the behaviour ?

thomaspiller commented 6 years ago

For the subset by country, I talked to @PierreLacroix and we think it's the label that should be changed.

thomaspiller commented 6 years ago

Example of message returned by the uploader ([id] replaces real values):

Upload done. Importation in DB, please wait, this could take a while...

MapX authentication:  user [id] authentification in project [id]  : ok.

Conversion using ogr2ogr : please wait ...

FAILURE:
Unable to open datasource `1531998955929_cod_concession_simple.gpx' with the following drivers.

  -> `PCIDSK'

  -> `PDF'

  -> `MBTiles'

  -> `ESRI Shapefile'

  -> `MapInfo File'

  -> `UK .NTF'

  -> `OGR_SDTS'

  -> `S57'

  -> `DGN'

  -> `OGR_VRT'

  -> `REC'

  -> `Memory'

  -> `BNA'

  -> `CSV'

  -> `GML'

  -> `GPX'

  -> `KML'

  -> `GeoJSON'

  -> `ESRIJSON'

  -> `TopoJSON'

  -> `OGR_GMT'

  -> `GPKG'

  -> `SQLite'

  -> `WAsP'

  -> `PostgreSQL'

  -> `OpenFileGDB'

  -> `XPlane'

  -> `DXF'

  -> `CAD'

  -> `Geoconcept'
  -> `GeoRSS'
  -> `GPSTrackMaker'
  -> `VFK'
  -> `PGDUMP'
  -> `OSM'
  -> `GPSBabel'
  -> `SUA'
  -> `OpenAir'
  -> `OGR_PDS'
  -> `WFS'
  -> `WFS3'
  -> `HTF'
  -> `AeronavFAA'
  -> `EDIGEO'
  -> `GFT'
  -> `SVG'
  -> `CouchDB'
  -> `Cloudant'
  -> `Idrisi'
  -> `ARCGEN'
  -> `SEGUKOOA'
  -> `SEGY'
  -> `ElasticSearch'
  -> `Carto'
  -> `AmigoCloud'
  -> `SXF'
  -> `Selafin'
  -> `JML'
  -> `PLSCENES'
  -> `CSW'
  -> `VDV'
  -> `MVT'
  -> `TIGER'
  -> `AVCBin'
  -> `AVCE00'
  -> `HTTP'
fxi commented 6 years ago

Multi column

@thomaspiller What is not working ? Please be a little more specific.

Firefox 61 works : image Safari 11.1 works : image

Chrome 67 works: image

Vivaldi 1.5 works: image

Edge 41.16 works ( gracefully fallback on one column, which is expected ) image

thomaspiller commented 6 years ago

I don't have the same result on Firefox 61.0.1 (64-bit) Windows 10: image image

fxi commented 6 years ago

Using the latest version ? It seems that you are not testing the latest version... And then, one column is an expected behaviour, there is nothing wrong there. It's a fallback in case there is not enough place..

thomaspiller commented 6 years ago

My bad, you're right. I was on mvp version.

fxi commented 6 years ago

@thomaspiller no problem, the test version is quite new and maybe you dont update your containers very often. In your docker-compose file, you could try to have a test_app service and update it automatically using watchtower : https://github.com/v2tec/watchtower

Eg.

version: "3.2"
 [...]
services:
  watchtower:
    image: v2tec/watchtower
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    command: test_app --interval 3600
  test_app:
    env_file: mapx.dev.env
    image: fredmoser/mx-app-shiny:debian
    restart: always
    ports:
      - 3838
    hostname: mx_app
    depends_on:
      - pg
      - traefik
    labels:
      - traefik.s1.frontend.rule=Host:test_app.mapx.localhost
      - traefik.s1.port=3838
    volumes:
      - shared:/shared
[...]

Or you can launch manually a docker instance that use whatchtower :

docker run -d \
  --name watchtower \
  -v /var/run/docker.sock:/var/run/docker.sock \
  v2tec/watchtower test_app
antobenve commented 5 years ago

UP. There are still unsolved bugs with high priority like the wms generator that doesn't show available layers.

thomaspiller commented 5 years ago

@antobenve @MarionPlanque Is this still a problem? It was reported long ago and it has not been put back in the list of priorities since then.

MarionPlanque commented 5 years ago

@thomaspiller sorry, which bug in particular?

antobenve commented 5 years ago

I think we can close the issue because the only two remaining points are well known. Solutions are either envisaged or of difficult implementation.

thomaspiller commented 5 years ago

@MarionPlanque The first 2 items on the list.

MarionPlanque commented 5 years ago

Pour l'instant on a le story auto start = true donc j'imagine que ça marche en temps que solution temporaire. Donc on peut fermer cet issue en effet En revanche il faudrait ptet créer une tick box dans la fenetre de partage d'une story map pour que ce code soit ajouté automatiquement et pas à la main. Mais Fred ne travaille pas déjà sur ça? Pour UNBL?

thomaspiller commented 5 years ago

The check box will be available in the next version.