Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questionable map accuracy for cities #220

Open
sampov2 opened this issue Apr 9, 2020 · 4 comments
Open

Questionable map accuracy for cities #220

sampov2 opened this issue Apr 9, 2020 · 4 comments

Comments

@sampov2
Copy link

sampov2 commented Apr 9, 2020

The "bubble map" places cities incorrectly on the map. This makes it difficult to a) find the city you are looking for, b) get an accurate overview of the spread. See attached screenshot from today where I have marked the actual locations for Tampere and Jyväskylä as opposed to where the bubbles are placed.

I understand that the visualization is chosen so that data points do not overlap, but the current implementation doesn't really provide the user with much usable information: Spatial accuracy of the results are lost as the bubbles are placed incorrectly

image

@jareware
Copy link
Contributor

jareware commented Apr 9, 2020

Hey, thanks for reaching out!

We're aware of the issue, and we've made a first fix already in #218. The current, unreleased-as-yet version looks like this:

image

That said, part of the problem in your screenshot seems to also be a very small viewport around the map. Is that from a mobile device?

@sampov2
Copy link
Author

sampov2 commented Apr 9, 2020

It's good that the fix is underway, but as you mentioned it's not perfect. Espoo and Vantaa are way off in that picture.

The map was from Chrome on Linux on a normal laptop. Here is a full screenshot
Screenshot from 2020-04-09 11-41-30

@jareware
Copy link
Contributor

jareware commented Apr 9, 2020

image

☝️ here's the difference on mobile (left: prod, right: dev).

You're right, some locations are still off in more densely populated areas.

We'll see what we can do.

@sampov2
Copy link
Author

sampov2 commented Apr 9, 2020

Instead of bubbles, you could try using actual geometries of municipalities - at least as an optional visualisation. Not as exciting as bubbles, but accurate. You can find good quality data from this service:

https://pta.spatineo-devops.com/sofp/collections/au_kansallinen_meri_4500k_wgs84/items?levelName=kunta&limit=1000&f=html
https://pta.spatineo-devops.com/sofp/collections/au_kansallinen_meri_4500k_wgs84/items?levelName=kunta&limit=1000&f=json

It contains also other administrative and statistical units, you can browse the service via a simple example client or through the API. Links below
https://ausuclient.spatineo-devops.com/
https://pta.spatineo-devops.com/sofp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants