Giter Club home page Giter Club logo

Comments (13)

msurguy avatar msurguy commented on July 21, 2024 3

Having options to filter out various types of roads might also enable lean SVG export :)

from city-roads.

sergn-n avatar sergn-n commented on July 21, 2024 1

You may wish to add an option a user would specify to select a class of highway=* values as described in OSM wiki

from city-roads.

anvaka avatar anvaka commented on July 21, 2024

This is the query that I send to OSM:

return `[timeout:9000][maxsize:2000000000][out:json];
area(${areaId});
(._; )->.area;
(
way["highway"](area.area);
node(w);
);
out skel;`;
}
- I'm not filtering anything out, but I'm not an expert in this area. Do you think the website would be better if the paths are filtered out?

from city-roads.

timhutton avatar timhutton commented on July 21, 2024

Entirely up to you. I was just surprised to see them when the project is described as a visualization of roads.

from city-roads.

sbarrett08 avatar sbarrett08 commented on July 21, 2024

Yes i found the same when i was looking around my area. If not filtering out footpaths, changing them to be a different type of line to distinguish roads from footpaths such as ------- for paths maybe?

from city-roads.

Devetec avatar Devetec commented on July 21, 2024

Please, get rid of footpaths, or change them to something else. Really!

from city-roads.

ccope avatar ccope commented on July 21, 2024

Yeah I'm seeing footpaths in parks in San Francisco as well, which makes the city appear to be more completely covered in roads than it actually is.

from city-roads.

Devetec avatar Devetec commented on July 21, 2024

yep

from city-roads.

pax avatar pax commented on July 21, 2024

it would be awesome if some features would have a slightly different thickness (boulevards/highways) – I imagine this would make cities even more recognisable

from city-roads.

patzi avatar patzi commented on July 21, 2024

see also: #20
I would think that if you filter out all non car roads/ways it could lead to empty spaces i.e. in huge parks.

from city-roads.

pax avatar pax commented on July 21, 2024

middle ground could be to dim/de-emphasize paths / smaller roads (by size or color)

from city-roads.

noobyogi0010 avatar noobyogi0010 commented on July 21, 2024

Hey @anvaka!
I would like to work on adding this path filtering feature as it is really essential to separate highway roads and footpaths or other paths from each other.
Can you please help me with how to start contributing to this?
Thanks!!

from city-roads.

tg44 avatar tg44 commented on July 21, 2024

Can't we make a checkbox-list component for the options, and make it selectable for the users? Is there sb working on this? I think I will pick this up if I will have some free time.

from city-roads.

Related Issues (20)

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.