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

[공유] Styled Map개발을 위한 데이터 공유드립니다. #46

Open
ghost opened this issue Nov 25, 2020 · 0 comments
Open

[공유] Styled Map개발을 위한 데이터 공유드립니다. #46

ghost opened this issue Nov 25, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 25, 2020

Styled Map 개발을 위한 샘플 데이터 공유드립니다.

데이터 기본 정보

  • OSM 기반
  • 서울 시청 반경 2km 범위 제공
  • MVT(Mapbox Vector Tile) 포맷
  • 지오메트리 타입 별(Line, Polygon, POI) 제공
    image

사용 방법

  • 각 타입 별 MVT 요청 URL 형태
    • LIne
      • [HOST]/boostcamp/line/{x}/{y}/{z}
    • Polygon
      • [HOST]/boostcamp/polygon/{x}/{y}/{z}
    • POI
      • [HOST]/boostcamp/poi/{x}/{y}/{z}
  • Mapbox를 기준으로 말씀드리면, 이를 이용해 각각을 Source로 구성할수있습니다.
    (HOST와 샘플은 별도로 공유드리겠습니다.)
  • 샘플 페이지
    image
    • 단순히 데이터 검증용을 위한 샘플입니다. (Source/Layer 구성은 map api 인터페이스로도 가능하고, style.json로도 구성가능합니다.)
    • 위 MVT URL을 이용해, 3개 Source를 추가하고, 이 Source를 이용해 Layer를 생성해 렌더링하는 예제입니다.

데이터 속성 정보

  • 위 샘플에서는 Line/Source/POI Source를 각각 1개의 레이어로 렌더링하고있어, 지도를 구성하는 각 요소들을 구분하기 어렵습니다.
  • 이를 위해 아래 리스트에서 각 지오메트리 타입 별(소스 별) 레이어 구분을 위한 속성 값 리스트를 제공합니다.
  • 이 Source 별 type 속성 값들을 필터링하여 레이어링/스타일링이 가능합니다.

Properties type 속성 값 리스트

  • Line

    • primary
    • secondary
    • unclassified
    • footway
    • tertiary
    • tertiary_link
    • steps
    • pedestrian
    • secondary_link
    • subway
    • primary_link
    • service
    • cycleway
    • living_street
    • path
    • residential
    • rail
    • road
    • ditch
    • drain
    • river
    • stream
  • Polygon

    • shrine
    • commercial
    • city_gate
    • dormitory
    • office
    • terrace
    • school
    • kindergarten
    • shed
    • train_station
    • parking
    • pavilion
    • residential
    • public
    • yes;roof
    • yes
    • construction
    • retail
    • palace
    • house
    • warehouse
    • cathedral
    • university
    • church
    • apartments
    • hospital
    • roof
    • station
    • government
    • gate
    • chapel
    • civic
    • company
    • chungmoo art hall
    • hotel
    • shelter
    • bunker
    • riverbank
    • swimming_pool
    • water
    • steps
    • ranger_station
    • conference_centre
    • courthouse
    • childcare
    • yes
    • university
    • hospital
    • city_wall
    • traffic_island
    • post_office
    • toilets
    • shelter
    • fire_station
    • pub
    • place_of_worship
    • fuel
    • heath
    • bank
    • pharmacy
    • embassy
    • casino
    • police
    • water
    • townhall
    • cinema
    • wall
    • studio
    • residential
    • bar
    • wood
    • fence
    • toll_booth
    • language_school
    • service
    • kerb
    • arts_centre
    • bench
    • grassland
    • hedge
    • footway
    • scrub
    • pedestrian
    • fountain
    • library
    • school
    • parking
    • social_facility
    • restaurant
    • cafe
    • marketplace
    • bare_rock
    • fast_food
    • public_bath
    • sand
    • community_centre
    • smoking_area
    • retaining_wall
    • college
    • theatre
  • POI

    • parking_entrance
    • ranger_station
    • street_lamp
    • yes
    • ice_cream
    • bollard
    • lift_gate
    • nightclub
    • university
    • hospital
    • waste_basket
    • gate
    • tree
    • post_office
    • elevator
    • doctors
    • food_court
    • taxi
    • toilets
    • water_point
    • shelter
    • car_rental
    • clinic
    • spring
    • pub
    • atm
    • place_of_worship
    • fuel
    • dentist
    • bank
    • pharmacy
    • recycling
    • embassy
    • bicycle_rental
    • rest_area
    • police
    • shower
    • milestone
    • townhall
    • entrance
    • cinema
    • studio
    • bar
    • wood
    • toll_booth
    • mini_roundabout
    • drinking_water
    • telephone
    • post_box
    • vending_machine
    • charging_station
    • bureau_de_change
    • arts_centre
    • bench
    • bus_stop
    • block
    • fountain
    • library
    • school
    • kindergarten
    • social_facility
    • parking
    • social_centre
    • restaurant
    • cafe
    • marketplace
    • sally_port
    • fast_food
    • crossing
    • community_centre
    • traffic_signals
    • smoking_area
    • college
    • theatre

기타

  • 현재 데이터는 15레벨 이상부터 보이고, 15보다 작은 레벨에는 데이터가 없습니다.
  • 우선 빠른 개발을 하실수있게 제공해드린 거니, 더 넓은 영역이 필요하시면 요청부탁드립니다.
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

0 participants