Full Code of sshuair/coord-convert for AI

master ee2a78040fb6 cached
39 files
817.7 KB
367.7k tokens
24 symbols
1 requests
Download .txt
Showing preview only (923K chars total). Download the full file or copy to clipboard to get everything.
Repository: sshuair/coord-convert
Branch: master
Commit: ee2a78040fb6
Files: 39
Total size: 817.7 KB

Directory structure:
gitextract_dvyux3q3/

├── .github/
│   └── workflows/
│       ├── pypi.yml
│       └── test.yml
├── .gitignore
├── .pypic
├── LICENSE
├── README.md
├── coord_convert/
│   ├── __init__.py
│   ├── coordconvert.py
│   └── transform.py
├── requirements.txt
├── setup.py
└── tests/
    ├── __init__.py
    ├── data/
    │   ├── Polyline/
    │   │   └── polyline.geojson
    │   ├── multiPoint/
    │   │   ├── multi-point.cpg
    │   │   ├── multi-point.dbf
    │   │   ├── multi-point.prj
    │   │   ├── multi-point.qpj
    │   │   ├── multi-point.shp
    │   │   └── multi-point.shx
    │   ├── multiPolygon/
    │   │   ├── polygon_wgs.cpg
    │   │   ├── polygon_wgs.dbf
    │   │   ├── polygon_wgs.prj
    │   │   ├── polygon_wgs.qpj
    │   │   ├── polygon_wgs.shp
    │   │   └── polygon_wgs.shx
    │   ├── multiPolyline/
    │   │   ├── polyline_wgs.cpg
    │   │   ├── polyline_wgs.dbf
    │   │   ├── polyline_wgs.prj
    │   │   ├── polyline_wgs.shp
    │   │   └── polyline_wgs.shx
    │   ├── point/
    │   │   ├── point.cpg
    │   │   ├── point.dbf
    │   │   ├── point.geojson
    │   │   ├── point.prj
    │   │   ├── point.qpj
    │   │   ├── point.shp
    │   │   └── point.shx
    │   └── polygon/
    │       └── polygon.geojson
    └── test_transform.py

================================================
FILE CONTENTS
================================================

================================================
FILE: .github/workflows/pypi.yml
================================================
name: pypi

on: [release]

jobs:
  build:

    runs-on: ubuntu-latest
    strategy:
      max-parallel: 4
      matrix:
        python-version: [3.6]

    steps:
    - uses: actions/checkout@v1
    - name: Set up Python ${{ matrix.python-version }}
      uses: actions/setup-python@v1
      with:
        python-version: ${{ matrix.python-version }}
    - name: Install dependencies
      run: |
        python -m pip install --upgrade pip
        pip install -r requirements.txt
    - name: Lint with flake8
      run: |
        pip install flake8
        # stop the build if there are Python syntax errors or undefined names
        flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
        # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
        flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
    - name: Test with pytest
      run: |
        pip install pytest
        pytest
    - name: build wheels
      run: |
        pip install setuptools wheel twine
        python setup.py sdist bdist_wheel
        python -m twine upload -r pypi --verbose -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }}  dist/*

================================================
FILE: .github/workflows/test.yml
================================================
name: pytest

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest
    strategy:
      max-parallel: 4
      matrix:
        python-version: [3.5, 3.6, 3.7]

    steps:
    - uses: actions/checkout@v1
    - name: Set up Python ${{ matrix.python-version }}
      uses: actions/setup-python@v1
      with:
        python-version: ${{ matrix.python-version }}
    - name: Install dependencies
      run: |
        python -m pip install --upgrade pip
        pip install -r requirements.txt
    - name: Lint with flake8
      run: |
        pip install flake8
        # stop the build if there are Python syntax errors or undefined names
        flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
        # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
        flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
    - name: Test with pytest
      run: |
        pip install pytest
        pytest


================================================
FILE: .gitignore
================================================
*.pyc
.pytest_cache
__pycache__
*.egg-info
dist
build

================================================
FILE: .pypic
================================================
[distutils]
index-servers=
    pypi
    testpypi

[pypi]
repository = https://upload.pypi.org/legacy/
username = <username>
password = <password>

[testpypi]
repository = https://test.pypi.org/legacy/
username = <username>
password = <password>

================================================
FILE: LICENSE
================================================
MIT License

Copyright (c) 2018 sshuair

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


================================================
FILE: README.md
================================================
# China Coordinate Convertor

[![Actions Status](https://github.com/sshuair/coord-convert/workflows/pytest/badge.svg)](https://github.com/sshuair/coord-convert/actions)
[![GitHub stars](https://img.shields.io/github/stars/sshuair/coord-convert)](https://github.com/sshuair/coord-convert/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/sshuair/coord-convert)](https://github.com/sshuair/coord-convert/network)
[![GitHub license](https://img.shields.io/github/license/sshuair/coord-convert)](https://github.com/sshuair/coord-convert/blob/master/LICENSE)

[中国火星坐标](https://en.wikipedia.org/wiki/Restrictions_on_geographic_data_in_China)转换命令行工具,用于`WGS-84`(未偏移坐标), `GCJ-02`(国家测绘局、高德、谷歌中国地图), `BD-09`(百度坐标系)三者之间的互相转换,支持文件格式:
- ESRI Shapefile
- GeoJSON

  <img src="./assets/all.jpg" width = "100%" height = "100%" alt="图片名称" align=center />

## 安装
推荐使用:
`pip install coord-convert`

或者也可以从源码安装:
```
git clone https://github.com/sshuair/coord-convert.git
pip install -r requirements.txt
python setup.py install
```

## 依赖
- python3
- fiona
- tqdm
- click

## 使用方法
>注意:火星坐标转换是针对经纬度的转换,因此在进行转换前需要将坐标转换成经纬度;比如web墨卡托(3857)等投影坐标系需要先转成经纬度坐标(4326)

### Python API调用
在python程序中调用相应的坐标转换接口

```python
from coord_convert.transform import wgs2gcj, wgs2bd, gcj2wgs, gcj2bd, bd2wgs, bd2gcj 
lon, lat = 120, 40
gcj_lon, gcj_lat = wgs2gcj(lon, lat)
bd_lon, bd_lat = wgs2bd(lon, lat)
print(gcj_lon, gcj_lat) # the result should be: 120.00567568355486 40.0013047896019

```


### 命令行调用
火星坐标转换还支持命令行直接对shp、geojson等文件进行转换,比如

```bash
~/temp > coord_covert gcj2wgs tests/data/Polyline/polyline.geojson aa.geojson
100%|██████████████████████████████████████████████████████| 219/219 [00:00<00:00, 550.93it/s]
```

更详细的用法:
```
convert input china coordinate to another. 
    
    Arguments:
        convert_type {string} -- [coordinate convert type, e.g. wgs2bd]

            wgs2gcj : convert WGS-84 to GCJ-02
            wgs2bd  : convert WGS-84 to DB-09
            gcj2wgs : convert GCJ-02 to WGS-84
            gcj2bd  : convert GCJ-02 to BD-09
            bd2wgs  : convert BD-09 to WGS-84
            bd2gcj  : convert BD-09 to GCJ-02

        src_path {string} -- [source file path]
        dst_path {string} -- [destination file path]


    Example:
        coord_covert wgs2gcj ./tests/data/polygon/polygon_wgs.shp ~/temp/polygon_gcj.shp 

```


================================================
FILE: coord_convert/__init__.py
================================================
__version__ = '0.2.1'

================================================
FILE: coord_convert/coordconvert.py
================================================
# -*- coding: utf-8 -*-
import fiona
from tqdm import tqdm
import click

from coord_convert.transform import Transform


def recur_map(f, data):
    """递归处理所有坐标
    
    Arguments:
        f {function} -- [apply function]
        data {collection} -- [fiona collection]
    """

    return[ not type(x) is list and f(x) or recur_map(f, x) for x in data ]


@click.command()
@click.argument('convert_type', type=click.STRING)
@click.argument('src_path', type=click.Path(exists=True))
@click.argument('dst_path', type=click.Path(exists=False))
def convertor(src_path, dst_path, convert_type):
    """convert input china coordinate to another. 

\b
    Arguments:  
        convert_type {string} -- [coordinate convert type, e.g. wgs2bd]   
\b
            wgs2gcj : convert WGS-84 to GCJ-02
            wgs2bd  : convert WGS-84 to DB-09  
            gcj2wgs : convert GCJ-02 to WGS-84  
            gcj2bd  : convert GCJ-02 to BD-09  
            bd2wgs  : convert BD-09 to WGS-84  
            bd2gcj  : convert BD-09 to GCJ-02 

        src_path {string} -- [source file path]  
        dst_path {string} -- [destination file path]  


    Example:

\b 
        coord_covert wgs2gcj ./test/data/line/multi-polygon.shp ~/temp/qqqq.shp 
    """ 

    with fiona.open(src_path, 'r', encoding='utf-8') as source:
        source_schema = source.schema.copy()
        with fiona.open(dst_path, 'w', encoding='utf-8', **source.meta) as out:
            transform = Transform()
            f = lambda x: getattr(transform, convert_type)(x[0], x[1])  #dynamic call convert func

            for fea in tqdm(source):
                collections = fea['geometry']['coordinates']
                if type(collections) is tuple:
                    fea['geometry']['coordinates'] = f(collections)
                elif type(collections) is list:
                    fea['geometry']['coordinates'] = recur_map(f, collections)
                else:
                    raise TypeError("collection must be list or tuple")
                out.write(fea)


================================================
FILE: coord_convert/transform.py
================================================
# -*- coding: utf-8 -*-
from math import sin, cos, sqrt, fabs, atan2
from math import pi as PI


# define ellipsoid
a = 6378245.0
f = 1 / 298.3
b = a * (1 - f)
ee = 1 - (b * b) / (a * a)


def outOfChina(lng, lat):
    """check weather lng and lat out of china
    
    Arguments:
        lng {float} -- longitude
        lat {float} -- latitude
    
    Returns:
        Bollen -- True or False
    """
    return not (72.004 <= lng <= 137.8347 and 0.8293 <= lat <= 55.8271)


def transformLat(x, y):
    ret = -100.0 + 2.0 * x + 3.0 * y + 0.2 * y * y + 0.1 * x * y + 0.2 * sqrt(fabs(x))
    ret = ret + (20.0 * sin(6.0 * x * PI) + 20.0 * sin(2.0 * x * PI)) * 2.0 / 3.0
    ret = ret + (20.0 * sin(y * PI) + 40.0 * sin(y / 3.0 * PI)) * 2.0 / 3.0
    ret = ret + (160.0 * sin(y / 12.0 * PI) + 320.0 * sin(y * PI / 30.0)) * 2.0 / 3.0
    return ret


def transformLon(x, y):
    ret = 300.0 + x + 2.0 * y + 0.1 * x * x +  0.1 * x * y + 0.1 * sqrt(fabs(x))
    ret = ret + (20.0 * sin(6.0 * x * PI) + 20.0 * sin(2.0 * x * PI)) * 2.0 / 3.0
    ret = ret + (20.0 * sin(x * PI) + 40.0 * sin(x / 3.0 * PI)) * 2.0 / 3.0
    ret = ret + (150.0 * sin(x / 12.0 * PI) + 300.0 * sin(x * PI / 30.0)) * 2.0 / 3.0
    return ret


def wgs2gcj(wgsLon, wgsLat):
    """wgs coord to gcj
    
    Arguments:
        wgsLon {float} -- lon
        wgsLat {float} -- lat
    
    Returns:
        tuple -- gcj coords
    """

    if outOfChina(wgsLon, wgsLat):
        return wgsLon, wgsLat
    dLat = transformLat(wgsLon - 105.0, wgsLat - 35.0)
    dLon = transformLon(wgsLon - 105.0, wgsLat - 35.0)
    radLat = wgsLat / 180.0 * PI
    magic = sin(radLat)
    magic = 1 - ee * magic * magic
    sqrtMagic = sqrt(magic)
    dLat = (dLat * 180.0) / ((a * (1 - ee)) / (magic * sqrtMagic) * PI)
    dLon = (dLon * 180.0) / (a / sqrtMagic * cos(radLat) * PI)
    gcjLat = wgsLat + dLat
    gcjLon = wgsLon + dLon
    return (gcjLon, gcjLat)


def gcj2wgs(gcjLon, gcjLat):
    g0 = (gcjLon, gcjLat)
    w0 = g0
    g1 = wgs2gcj(w0[0], w0[1])
    # w1 = w0 - (g1 - g0)
    w1 = tuple(map(lambda x: x[0]-(x[1]-x[2]), zip(w0,g1,g0)))
    # delta = w1 - w0
    delta = tuple(map(lambda x: x[0] - x[1], zip(w1, w0)))
    while (abs(delta[0]) >= 1e-6 or abs(delta[1]) >= 1e-6):
        w0 = w1
        g1 = wgs2gcj(w0[0], w0[1])
        # w1 = w0 - (g1 - g0)
        w1 = tuple(map(lambda x: x[0]-(x[1]-x[2]), zip(w0,g1,g0)))
        # delta = w1 - w0
        delta = tuple(map(lambda x: x[0] - x[1], zip(w1, w0)))
    return w1


def gcj2bd(gcjLon, gcjLat):
    z = sqrt(gcjLon * gcjLon + gcjLat * gcjLat) + 0.00002 * sin(gcjLat * PI * 3000.0 / 180.0)
    theta = atan2(gcjLat, gcjLon) + 0.000003 * cos(gcjLon * PI * 3000.0 / 180.0)
    bdLon = z * cos(theta) + 0.0065
    bdLat = z * sin(theta) + 0.006
    return (bdLon, bdLat)


def bd2gcj(bdLon, bdLat):
    x = bdLon - 0.0065
    y = bdLat - 0.006
    z = sqrt(x * x + y * y) - 0.00002 * sin(y * PI * 3000.0 / 180.0)
    theta = atan2(y, x) - 0.000003 * cos(x * PI * 3000.0 / 180.0)
    gcjLon = z * cos(theta)
    gcjLat = z * sin(theta)
    return (gcjLon, gcjLat)


def wgs2bd(wgsLon, wgsLat):
    gcj = wgs2gcj(wgsLon, wgsLat)
    return gcj2bd(gcj[0], gcj[1])


def bd2wgs(bdLon, bdLat):
    gcj = bd2gcj(bdLon, bdLat)
    return gcj2wgs(gcj[0], gcj[1])


class Transform():

    def transformLat(self, x, y):
        return transformLat(x, y)

    def transformLon(self, x, y):
        return transformLon(x, y)

    def wgs2gcj(self, wgsLon, wgsLat):
        return wgs2gcj(wgsLon, wgsLat)

    def gcj2wgs(self, gcjLon, gcjLat):
        return gcj2wgs(gcjLon, gcjLat)

    def gcj2bd(self, gcjLon, gcjLat):
        return gcj2bd(gcjLon, gcjLat)

    def bd2gcj(self, bdLon, bdLat):
        return bd2gcj(bdLon, bdLat)

    def wgs2bd(self, wgsLon, wgsLat):
        return wgs2bd(wgsLon, wgsLat)

    def bd2wgs(self, bdLon, bdLat):
        return bd2wgs(bdLon, bdLat)


================================================
FILE: requirements.txt
================================================
click
tqdm
fiona

================================================
FILE: setup.py
================================================
#coding: --utf-8--
from setuptools import setup

# version
with open('coord_convert/__init__.py') as f:
    for line in f:
        if line.find('__version__') >= 0:
            version = line.split('=')[1].strip()
            version = version.strip('"')
            version = version.strip("'")
            break

# install requirements
with open('requirements.txt') as f:
    requirements = [x.strip() for x in f.readlines()]

# readme
with open('README.md', encoding='utf-8') as f:
    readme = f.read()

setup(
    name='coord-convert',
    version = version,
    description = u'china mars coordinate convertor.',
    long_description = readme,
    long_description_content_type="text/markdown",
    classifiers=[
        'Development Status :: 4 - Beta',
        'Intended Audience :: Developers',
        'Intended Audience :: Information Technology',
        'Intended Audience :: Science/Research',
        'License :: OSI Approved :: MIT License',
        'Programming Language :: C',
        'Programming Language :: Cython',
        'Programming Language :: Python :: 3.5',
        'Programming Language :: Python :: 3.6',
        'Programming Language :: Python :: 3',
        'Topic :: Multimedia :: Graphics :: Graphics Conversion',
        'Topic :: Scientific/Engineering :: GIS'],
    keywords='coordinate vector china',
    author='sshuair',
    author_email='sshuair@gmail.com',
    url='https://github.com/sshuair/coord-convert',
    packages = ['coord_convert'],
    install_requires=requirements,
    entry_points='''
        [console_scripts]
        coord_covert=coord_convert.coordconvert:convertor
    '''

)


================================================
FILE: tests/__init__.py
================================================


================================================
FILE: tests/data/Polyline/polyline.geojson
================================================
{
"type": "FeatureCollection",
"name": "polyline",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "gid": 4879861, "name": null, "pyname": null, "mapid": "466174", "id": "7484702", "kind_num": "2", "kind": "0802|0814", "width": "30", "direction": "3", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5798183", "enodeid": "5795360", "funcclass": "5", "length": "0.082", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": null, "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": null, "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.608071599999349, 31.299691099998224 ], [ 121.608921099999165, 31.299840299997921 ] ] } },
{ "type": "Feature", "properties": { "gid": 4879862, "name": null, "pyname": null, "mapid": "466174", "id": "7484703", "kind_num": "1", "kind": "0802", "width": "30", "direction": "2", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5798182", "enodeid": "5798184", "funcclass": "5", "length": "0.014", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": null, "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": null, "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.607951799999341, 31.299621199998263 ], [ 121.60810169999931, 31.299601099998217 ] ] } },
{ "type": "Feature", "properties": { "gid": 12103831, "name": null, "pyname": null, "mapid": "466174", "id": "88272735", "kind_num": "1", "kind": "0601", "width": "30", "direction": "2", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "74535586", "enodeid": "47608197", "funcclass": "5", "length": "0.318", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "6", "lanenums2e": "1", "lanenume2s": null, "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "400", "spdlmte2s": null, "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.611486199998495, 31.289029099996711 ], [ 121.611526199998465, 31.289079099996687 ], [ 121.611556099998467, 31.289148999996673 ], [ 121.611556299998483, 31.289838799996673 ], [ 121.611556299998469, 31.291058499996684 ], [ 121.611536499998479, 31.291578499996696 ], [ 121.61141659999852, 31.291858499996763 ] ] } },
{ "type": "Feature", "properties": { "gid": 4881841, "name": null, "pyname": null, "mapid": "466174", "id": "7503570", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5801040", "enodeid": "5763138", "funcclass": "5", "length": "0.029", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603190400147753, 31.292793100656844 ], [ 121.60333060016255, 31.292563400696558 ] ] } },
{ "type": "Feature", "properties": { "gid": 12068510, "name": null, "pyname": null, "mapid": "466174", "id": "13148704", "kind_num": "1", "kind": "0601", "width": "30", "direction": "2", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "10917045", "enodeid": "10917046", "funcclass": "5", "length": "0.106", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "6", "lanenums2e": "1", "lanenume2s": null, "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "400", "spdlmte2s": null, "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.611316699998582, 31.291858699996808 ], [ 121.611156799998597, 31.291568899996896 ], [ 121.611166699998577, 31.290938999996886 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913676, "name": null, "pyname": null, "mapid": "466174", "id": "14709350", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5771836", "enodeid": "12113223", "funcclass": "5", "length": "0.005", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.607061999999488, 31.291564199998525 ], [ 121.607111899999467, 31.291554099998503 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913031, "name": null, "pyname": null, "mapid": "466174", "id": "14484356", "kind_num": "1", "kind": "0801", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5771764", "enodeid": "12113057", "funcclass": "5", "length": "0.346", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.611437999998515, 31.299007299996781 ], [ 121.612916699997982, 31.299835699995953 ], [ 121.613256499997846, 31.300015299995746 ], [ 121.613386299997785, 31.300105099995662 ], [ 121.613476299997728, 31.300175099995609 ], [ 121.613576199997709, 31.300274999995544 ], [ 121.613656099997655, 31.300344899995487 ], [ 121.613766099997605, 31.300414699995418 ], [ 121.614455499997305, 31.300713899994953 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913049, "name": null, "pyname": null, "mapid": "466174", "id": "14484407", "kind_num": "1", "kind": "0801", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113081", "enodeid": "12113082", "funcclass": "5", "length": "0.006", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603529300186878, 31.297050800757802 ], [ 121.603479300181093, 31.297020800743226 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913050, "name": null, "pyname": null, "mapid": "466174", "id": "14484408", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113082", "enodeid": "12113080", "funcclass": "5", "length": "0.101", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603479300181093, 31.297020800743226 ], [ 121.603369300168652, 31.296970800711456 ], [ 121.603329200164254, 31.29693080069995 ], [ 121.60331930016315, 31.296880800697082 ], [ 121.603339300165302, 31.296820900702745 ], [ 121.603759700214439, 31.296291300825366 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913044, "name": null, "pyname": null, "mapid": "466174", "id": "14484399", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113075", "enodeid": "12113077", "funcclass": "5", "length": "0.251", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.601407100028027, 31.299538400216115 ], [ 121.601106700019926, 31.299948000152 ], [ 121.601036700018568, 31.300017900137458 ], [ 121.600986700017714, 31.300037900127137 ], [ 121.600586300014314, 31.300007800047204 ], [ 121.600556300014276, 31.299957800041355 ], [ 121.600536700013805, 31.298718500035303 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913045, "name": null, "pyname": null, "mapid": "466174", "id": "14484400", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113077", "enodeid": "12113078", "funcclass": "5", "length": "0.151", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.600536700013805, 31.298718500035303 ], [ 121.600576800013684, 31.298538600042672 ], [ 121.600626800013728, 31.298498600052284 ], [ 121.600696900013958, 31.298468700065953 ], [ 121.600746900014229, 31.298458700075827 ], [ 121.600917000015983, 31.298448800110105 ], [ 121.601897600048844, 31.29863910032725 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913046, "name": null, "pyname": null, "mapid": "466174", "id": "14484401", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113078", "enodeid": "12113075", "funcclass": "5", "length": "0.112", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.601897600048844, 31.29863910032725 ], [ 121.601917600049916, 31.29867910033207 ], [ 121.60191760004993, 31.298709100332108 ], [ 121.601407100028027, 31.299538400216115 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913047, "name": null, "pyname": null, "mapid": "466174", "id": "14484402", "kind_num": "1", "kind": "0801", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113076", "enodeid": "12113079", "funcclass": "5", "length": "0.019", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.601687200038981, 31.29966850027947 ], [ 121.601517100031941, 31.299578400240666 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913048, "name": null, "pyname": null, "mapid": "466174", "id": "14484403", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113079", "enodeid": "12113075", "funcclass": "5", "length": "0.011", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.601517100031941, 31.299578400240666 ], [ 121.601407100028027, 31.299538400216115 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913051, "name": null, "pyname": null, "mapid": "466174", "id": "14484412", "kind_num": "1", "kind": "0814", "width": "55", "direction": "2", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113083", "enodeid": "12113085", "funcclass": "5", "length": "0.047", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "2", "lanenume2s": null, "lanenum": "2", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": null, "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603750200212616, 31.294872200821519 ], [ 121.60395040023846, 31.294932200882197 ], [ 121.604000400245141, 31.294962200897558 ], [ 121.604010300246486, 31.294992200900627 ], [ 121.6040103002465, 31.295032200900657 ], [ 121.603980200242518, 31.295152100891478 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913052, "name": null, "pyname": null, "mapid": "466174", "id": "14484413", "kind_num": "1", "kind": "0814", "width": "55", "direction": "2", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113085", "enodeid": "12113086", "funcclass": "5", "length": "0.098", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "2", "lanenume2s": null, "lanenum": "2", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": null, "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603980200242518, 31.295152100891478 ], [ 121.603920100234618, 31.295312000873185 ], [ 121.603890100230743, 31.295441900864137 ], [ 121.603850100225571, 31.295511900852055 ], [ 121.603830100223036, 31.295541800846021 ], [ 121.603800100219217, 31.295561800836989 ], [ 121.603709900207932, 31.295581700809979 ], [ 121.603659800201783, 31.295571700795083 ], [ 121.603319600162564, 31.295461600695951 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913053, "name": null, "pyname": null, "mapid": "466174", "id": "14484414", "kind_num": "1", "kind": "0814", "width": "55", "direction": "2", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113086", "enodeid": "12113083", "funcclass": "5", "length": "0.119", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "2", "lanenume2s": null, "lanenum": "2", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": null, "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603319600162564, 31.295461600695951 ], [ 121.603249600155053, 31.295421600676004 ], [ 121.603189700148732, 31.295361600659028 ], [ 121.603169700146665, 31.29533160065338 ], [ 121.603159600145617, 31.295291700650512 ], [ 121.603169700146623, 31.295231700653289 ], [ 121.603279900158071, 31.294891900684135 ], [ 121.603309900161264, 31.29486200069266 ], [ 121.603399900171155, 31.294822100718456 ], [ 121.603510100183669, 31.294822100750441 ], [ 121.603750200212616, 31.294872200821519 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913054, "name": null, "pyname": null, "mapid": "466174", "id": "14484415", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113084", "enodeid": "12113087", "funcclass": "5", "length": "0.014", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603860400226537, 31.294592400854551 ], [ 121.603810300220161, 31.294712300839475 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913055, "name": null, "pyname": null, "mapid": "466174", "id": "14484416", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113087", "enodeid": "12113083", "funcclass": "5", "length": "0.019", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603810300220161, 31.294712300839475 ], [ 121.603750200212616, 31.294872200821519 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913685, "name": null, "pyname": null, "mapid": "466174", "id": "14709362", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113227", "enodeid": "12113219", "funcclass": "5", "length": "0.008", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.607052099999493, 31.292024099998528 ], [ 121.60697219999949, 31.292024199998554 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913677, "name": null, "pyname": null, "mapid": "466174", "id": "14709351", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113223", "enodeid": "5763153", "funcclass": "5", "length": "0.677", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.607111899999467, 31.291554099998503 ], [ 121.607321599999452, 31.291533899998445 ], [ 121.607681199999405, 31.29149339999833 ], [ 121.607770999999374, 31.291473299998302 ], [ 121.607821099999356, 31.291433199998288 ], [ 121.60782109999937, 31.291323299998279 ], [ 121.60775109999939, 31.290653499998307 ], [ 121.607740999999422, 31.290513599998306 ], [ 121.607770999999374, 31.2904634999983 ], [ 121.607880799999364, 31.290423399998264 ], [ 121.60831029999926, 31.290362899998115 ], [ 121.610747299998707, 31.290169799997091 ], [ 121.610877099998675, 31.290199599997035 ], [ 121.610937099998665, 31.290259499996999 ], [ 121.610966899998658, 31.290649399996983 ], [ 121.610917299998661, 31.291979099997015 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913678, "name": null, "pyname": null, "mapid": "466174", "id": "14709353", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113219", "enodeid": "12113224", "funcclass": "5", "length": "0.039", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.60697219999949, 31.292024199998554 ], [ 121.606562699999543, 31.29203469999867 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913679, "name": null, "pyname": null, "mapid": "466174", "id": "14709354", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113224", "enodeid": "12113221", "funcclass": "5", "length": "0.018", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.606562699999543, 31.29203469999867 ], [ 121.606372799999576, 31.292034899998715 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913680, "name": null, "pyname": null, "mapid": "466174", "id": "14709356", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113225", "enodeid": "5771809", "funcclass": "5", "length": "0.016", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.606562699999543, 31.291764799998667 ], [ 121.606562499999526, 31.291624799998662 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913681, "name": null, "pyname": null, "mapid": "466174", "id": "14709357", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113224", "enodeid": "12113225", "funcclass": "5", "length": "0.030", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.606562699999543, 31.29203469999867 ], [ 121.606562699999543, 31.291764799998667 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913682, "name": null, "pyname": null, "mapid": "466174", "id": "14709358", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113222", "enodeid": "12113226", "funcclass": "5", "length": "0.132", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.607112099999483, 31.293213699998514 ], [ 121.607101999999458, 31.292023999998513 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913683, "name": null, "pyname": null, "mapid": "466174", "id": "14709359", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113226", "enodeid": "12113223", "funcclass": "5", "length": "0.052", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.607101999999458, 31.292023999998513 ], [ 121.607111899999467, 31.291554099998503 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913684, "name": null, "pyname": null, "mapid": "466174", "id": "14709361", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113226", "enodeid": "12113227", "funcclass": "5", "length": "0.005", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.607101999999458, 31.292023999998513 ], [ 121.607052099999493, 31.292024099998528 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913686, "name": null, "pyname": null, "mapid": "466174", "id": "14709363", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5774487", "enodeid": "12113228", "funcclass": "5", "length": "0.300", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "8", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "50", "spdlmte2s": "50", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.609139799999127, 31.294870699997812 ], [ 121.609179699999103, 31.294770699997805 ], [ 121.60919969999911, 31.294740699997792 ], [ 121.609229599999125, 31.294720699997779 ], [ 121.609279599999084, 31.294700599997757 ], [ 121.609359399999065, 31.294700499997724 ], [ 121.609569199999001, 31.294720199997641 ], [ 121.609968699998944, 31.294759699997467 ], [ 121.610108499998887, 31.294759499997408 ], [ 121.610328299998841, 31.294729299997311 ], [ 121.61050789999878, 31.294658999997225 ], [ 121.6108275999987, 31.29451869999707 ], [ 121.610887599998662, 31.294488599997049 ], [ 121.610917399998655, 31.294458499997027 ], [ 121.610957399998682, 31.294388499997005 ], [ 121.610967499998665, 31.294228499997004 ], [ 121.610977399998646, 31.293968599997001 ], [ 121.610967299998649, 31.293728699996997 ], [ 121.610957399998654, 31.293468699997 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913687, "name": null, "pyname": null, "mapid": "466174", "id": "14709364", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113228", "enodeid": "5763152", "funcclass": "5", "length": "0.112", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "8", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "50", "spdlmte2s": "50", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.610957399998654, 31.293468699997 ], [ 121.610927299998693, 31.292458999997013 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913688, "name": null, "pyname": null, "mapid": "466174", "id": "14709368", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113228", "enodeid": "12113230", "funcclass": "5", "length": "0.015", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.610957399998654, 31.293468699997 ], [ 121.611117099998609, 31.293468499996923 ] ] } },
{ "type": "Feature", "properties": { "gid": 4913689, "name": null, "pyname": null, "mapid": "466174", "id": "14709369", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113230", "enodeid": "12113229", "funcclass": "5", "length": "0.018", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.611117099998609, 31.293468499996923 ], [ 121.611306999998547, 31.293468299996825 ] ] } },
{ "type": "Feature", "properties": { "gid": 4878533, "name": null, "pyname": null, "mapid": "466174", "id": "7472703", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5786588", "enodeid": "5786564", "funcclass": "5", "length": "0.023", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.601866900048307, 31.301167600323403 ], [ 121.601867000048202, 31.300957800323147 ] ] } },
{ "type": "Feature", "properties": { "gid": 4878523, "name": null, "pyname": null, "mapid": "466174", "id": "7472678", "kind_num": "1", "kind": "0801", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5774245", "enodeid": "5786569", "funcclass": "5", "length": "0.195", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.602197900066642, 31.29888910040043 ], [ 121.603058500137152, 31.299209300626011 ], [ 121.603718700210692, 31.299459400815319 ], [ 121.604069000256487, 31.299599500921406 ] ] } },
{ "type": "Feature", "properties": { "gid": 4878532, "name": null, "pyname": null, "mapid": "466174", "id": "7472702", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5786565", "enodeid": "5786588", "funcclass": "5", "length": "0.045", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.601866900048449, 31.30157740032395 ], [ 121.601866900048307, 31.301167600323403 ] ] } },
{ "type": "Feature", "properties": { "gid": 4878534, "name": null, "pyname": null, "mapid": "466174", "id": "7472704", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5795362", "enodeid": "5786589", "funcclass": "5", "length": "0.021", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.609650099999001, 31.29875959999762 ], [ 121.60966989999902, 31.298569499997612 ] ] } },
{ "type": "Feature", "properties": { "gid": 4878535, "name": null, "pyname": null, "mapid": "466174", "id": "7472705", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5786589", "enodeid": "5786570", "funcclass": "5", "length": "0.019", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.60966989999902, 31.298569499997612 ], [ 121.609679599999012, 31.29839939999761 ] ] } },
{ "type": "Feature", "properties": { "gid": 4878536, "name": null, "pyname": null, "mapid": "466174", "id": "7472706", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5774486", "enodeid": "5786590", "funcclass": "5", "length": "0.019", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603220600150479, 31.291893700664556 ], [ 121.603200700148349, 31.291723800658755 ] ] } },
{ "type": "Feature", "properties": { "gid": 4878537, "name": null, "pyname": null, "mapid": "466174", "id": "7472707", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5786590", "enodeid": "5786591", "funcclass": "5", "length": "0.132", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603200700148349, 31.291723800658755 ], [ 121.603170800145136, 31.291434000650021 ], [ 121.603070900134881, 31.291034100621587 ], [ 121.603080800135871, 31.291014200624328 ], [ 121.603100900137846, 31.291004200629949 ], [ 121.603431100172983, 31.290924400724155 ], [ 121.603601300192722, 31.290884500774094 ] ] } },
{ "type": "Feature", "properties": { "gid": 4878875, "name": null, "pyname": null, "mapid": "466174", "id": "7473882", "kind_num": "1", "kind": "0801", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5780735", "enodeid": "5780736", "funcclass": "5", "length": "0.011", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.607471899999425, 31.296262499998409 ], [ 121.60747189999941, 31.296362499998406 ] ] } },
{ "type": "Feature", "properties": { "gid": 4878876, "name": null, "pyname": null, "mapid": "466174", "id": "7473883", "kind_num": "1", "kind": "0801", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5780735", "enodeid": "5780737", "funcclass": "5", "length": "0.015", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.607471899999425, 31.296262499998409 ], [ 121.607312199999427, 31.296272799998459 ] ] } },
{ "type": "Feature", "properties": { "gid": 7980774, "name": "俱进路", "pyname": "jjl", "mapid": "466174", "id": "88409003", "kind_num": "1", "kind": "0401", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5774246", "enodeid": "74616511", "funcclass": "4", "length": "0.006", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.600836200016047, 31.300947300098052 ], [ 121.600776200015488, 31.300957300086075 ] ] } },
{ "type": "Feature", "properties": { "gid": 4879432, "name": null, "pyname": null, "mapid": "466174", "id": "7479023", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5801042", "enodeid": "5792811", "funcclass": "5", "length": "0.066", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.604891600379247, 31.293143701183737 ], [ 121.605541900496405, 31.293363901409023 ] ] } },
{ "type": "Feature", "properties": { "gid": 4879433, "name": null, "pyname": null, "mapid": "466174", "id": "7479024", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5792811", "enodeid": "5801045", "funcclass": "5", "length": "0.006", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.605541900496405, 31.293363901409023 ], [ 121.605602000508028, 31.293383901430492 ] ] } },
{ "type": "Feature", "properties": { "gid": 4879434, "name": null, "pyname": null, "mapid": "466174", "id": "7479025", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5801040", "enodeid": "5792812", "funcclass": "5", "length": "0.038", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603190400147753, 31.292793100656844 ], [ 121.603180300146818, 31.293043000654233 ], [ 121.603180300146832, 31.293093000654277 ], [ 121.603170200145797, 31.293132900651468 ] ] } },
{ "type": "Feature", "properties": { "gid": 4879435, "name": null, "pyname": null, "mapid": "466174", "id": "7479026", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5792812", "enodeid": "5792813", "funcclass": "5", "length": "0.063", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603170200145797, 31.293132900651468 ], [ 121.603830800222084, 31.293163200844589 ] ] } },
{ "type": "Feature", "properties": { "gid": 4879436, "name": null, "pyname": null, "mapid": "466174", "id": "7479027", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763139", "enodeid": "5792814", "funcclass": "5", "length": "0.079", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603560700188723, 31.292803300763651 ], [ 121.603640800198278, 31.292813300787341 ], [ 121.603850800224535, 31.29284340085043 ], [ 121.604121000260761, 31.292903500933683 ], [ 121.604371200296768, 31.292973601012836 ] ] } },
{ "type": "Feature", "properties": { "gid": 4879437, "name": null, "pyname": null, "mapid": "466174", "id": "7479028", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5792814", "enodeid": "5801042", "funcclass": "5", "length": "0.053", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.604371200296768, 31.292973601012836 ], [ 121.604761400357646, 31.293093701140187 ], [ 121.604891600379247, 31.293143701183737 ] ] } },
{ "type": "Feature", "properties": { "gid": 4879438, "name": null, "pyname": null, "mapid": "466174", "id": "7479029", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5792815", "enodeid": "5792814", "funcclass": "5", "length": "0.030", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.604241100277861, 31.293223400971591 ], [ 121.604371200296768, 31.292973601012836 ] ] } },
{ "type": "Feature", "properties": { "gid": 4879439, "name": null, "pyname": null, "mapid": "466174", "id": "7479030", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5792813", "enodeid": "5792815", "funcclass": "5", "length": "0.040", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603830800222084, 31.293163200844589 ], [ 121.604090900256722, 31.293183300924465 ], [ 121.604241100277861, 31.293223400971591 ] ] } },
{ "type": "Feature", "properties": { "gid": 4879440, "name": null, "pyname": null, "mapid": "466174", "id": "7479031", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5792815", "enodeid": "5792811", "funcclass": "5", "length": "0.148", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.604241100277861, 31.293223400971591 ], [ 121.605381700466239, 31.29360360135237 ], [ 121.605411800471828, 31.293593601362961 ], [ 121.605431800475586, 31.293583701370007 ], [ 121.605541900496405, 31.293363901409023 ] ] } },
{ "type": "Feature", "properties": { "gid": 4879860, "name": null, "pyname": null, "mapid": "466174", "id": "7484701", "kind_num": "1", "kind": "0802", "width": "30", "direction": "3", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5798182", "enodeid": "5798183", "funcclass": "5", "length": "0.014", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": null, "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": null, "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.607951799999341, 31.299621199998263 ], [ 121.608071599999349, 31.299691099998224 ] ] } },
{ "type": "Feature", "properties": { "gid": 4879863, "name": null, "pyname": null, "mapid": "466174", "id": "7484704", "kind_num": "2", "kind": "0802|0814", "width": "30", "direction": "2", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5798184", "enodeid": "5795361", "funcclass": "5", "length": "0.082", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": null, "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": null, "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.60810169999931, 31.299601099998217 ], [ 121.608351499999259, 31.299640799998123 ], [ 121.608621399999222, 31.29968059999803 ], [ 121.608951099999146, 31.299740299997907 ] ] } },
{ "type": "Feature", "properties": { "gid": 12071525, "name": "万安街", "pyname": "waj", "mapid": "466174", "id": "14484354", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "73261745", "enodeid": "12113056", "funcclass": "5", "length": "0.260", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.611707099998426, 31.298446799996643 ], [ 121.612386399998201, 31.298465999996264 ], [ 121.613215299997862, 31.29848489999576 ], [ 121.613604799997702, 31.298484399995516 ], [ 121.61375459999762, 31.298494199995421 ], [ 121.614084199997492, 31.298493799995196 ], [ 121.614443799997304, 31.298523299994944 ] ] } },
{ "type": "Feature", "properties": { "gid": 4880058, "name": null, "pyname": null, "mapid": "466174", "id": "7484973", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5760288", "enodeid": "5760287", "funcclass": "5", "length": "0.169", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.609519599999047, 31.297759599997672 ], [ 121.609269899999092, 31.297769899997775 ], [ 121.609030099999131, 31.297750199997864 ], [ 121.608720499999222, 31.297730599997987 ], [ 121.608670699999209, 31.297720699998006 ], [ 121.608610699999232, 31.29769079999803 ], [ 121.608570799999228, 31.297630799998043 ], [ 121.608560699999231, 31.29752079999805 ], [ 121.60857059999924, 31.297200899998046 ], [ 121.608580699999251, 31.29697089999804 ] ] } },
{ "type": "Feature", "properties": { "gid": 4880059, "name": null, "pyname": null, "mapid": "466174", "id": "7484974", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5760287", "enodeid": "5760289", "funcclass": "5", "length": "0.195", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.608580699999251, 31.29697089999804 ], [ 121.608650499999214, 31.296121099998011 ], [ 121.608660399999209, 31.296031099998004 ], [ 121.608690499999213, 31.295980999997994 ], [ 121.608730299999209, 31.295930999997974 ], [ 121.608810199999169, 31.295910899997942 ], [ 121.608940099999174, 31.295880799997899 ], [ 121.609539399999008, 31.29585999999766 ] ] } },
{ "type": "Feature", "properties": { "gid": 4880060, "name": null, "pyname": null, "mapid": "466174", "id": "7484975", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5760289", "enodeid": "5760288", "funcclass": "5", "length": "0.348", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.609539399999008, 31.29585999999766 ], [ 121.609908899998928, 31.295909499997503 ], [ 121.610108699998889, 31.29592919999741 ], [ 121.610268399998859, 31.295998999997341 ], [ 121.61033839999881, 31.296048899997309 ], [ 121.610378299998828, 31.296088799997285 ], [ 121.610428199998807, 31.296218799997263 ], [ 121.610418299998813, 31.296778699997272 ], [ 121.610418299998813, 31.296888599997271 ], [ 121.610438499998793, 31.297628399997269 ], [ 121.610408399998789, 31.297648499997283 ], [ 121.610388399998826, 31.29766849999729 ], [ 121.610358499998824, 31.297678499997307 ], [ 121.609839199998945, 31.297759199997543 ], [ 121.609519599999047, 31.297759599997672 ] ] } },
{ "type": "Feature", "properties": { "gid": 4880063, "name": null, "pyname": null, "mapid": "466174", "id": "7484979", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5760286", "enodeid": "5760295", "funcclass": "5", "length": "0.018", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.608161099999307, 31.296961499998186 ], [ 121.608350999999288, 31.29696129999812 ] ] } },
{ "type": "Feature", "properties": { "gid": 4880064, "name": null, "pyname": null, "mapid": "466174", "id": "7484980", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5760295", "enodeid": "5760287", "funcclass": "5", "length": "0.022", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.608350999999288, 31.29696129999812 ], [ 121.608580699999251, 31.29697089999804 ] ] } },
{ "type": "Feature", "properties": { "gid": 7963283, "name": "金高路", "pyname": "jgl", "mapid": "466174", "id": "7484697", "kind_num": "1", "kind": "0401", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5795363", "enodeid": "5783269", "funcclass": "4", "length": "0.097", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "400", "spdlmte2s": "300", "spdsrcs2e": "3", "spdsrce2s": "3", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.605871999999607, 31.294083599998849 ], [ 121.605371300464853, 31.294842901348886 ] ] } },
{ "type": "Feature", "properties": { "gid": 7964192, "name": "金高路", "pyname": "jgl", "mapid": "466174", "id": "7522444", "kind_num": "1", "kind": "0408", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5795683", "enodeid": "5780228", "funcclass": "4", "length": "0.162", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "6", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "400", "spdlmte2s": "400", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.606272899999553, 31.29034549999874 ], [ 121.606342699999558, 31.290565299998725 ], [ 121.606362699999551, 31.290645299998712 ], [ 121.606402699999549, 31.290775199998713 ], [ 121.606432699999559, 31.2909850999987 ], [ 121.606442599999568, 31.2911850999987 ], [ 121.60639279999954, 31.291784999998715 ] ] } },
{ "type": "Feature", "properties": { "gid": 7970458, "name": "金高路", "pyname": "jgl", "mapid": "466174", "id": "14709344", "kind_num": "1", "kind": "0401", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5801039", "enodeid": "12113220", "funcclass": "4", "length": "0.030", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "400", "spdlmte2s": "300", "spdsrcs2e": "3", "spdsrce2s": "3", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.606182399999597, 31.29357399999877 ], [ 121.606082299999585, 31.293773899998794 ], [ 121.606052199999596, 31.293823799998798 ] ] } },
{ "type": "Feature", "properties": { "gid": 4881842, "name": null, "pyname": null, "mapid": "466174", "id": "7503571", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763138", "enodeid": "5801041", "funcclass": "5", "length": "0.041", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.60333060016255, 31.292563400696558 ], [ 121.603280600157035, 31.29236340068206 ], [ 121.603250700153794, 31.292203500673391 ] ] } },
{ "type": "Feature", "properties": { "gid": 4881843, "name": null, "pyname": null, "mapid": "466174", "id": "7503572", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5801040", "enodeid": "5763139", "funcclass": "5", "length": "0.035", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603190400147753, 31.292793100656844 ], [ 121.603410500171449, 31.292793300719794 ], [ 121.603560700188723, 31.292803300763651 ] ] } },
{ "type": "Feature", "properties": { "gid": 4882081, "name": null, "pyname": null, "mapid": "466174", "id": "7504530", "kind_num": "1", "kind": "0801", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5771758", "enodeid": "5771759", "funcclass": "5", "length": "0.104", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.604939600390082, 31.299290101201585 ], [ 121.605920499999598, 31.299710499998845 ] ] } },
{ "type": "Feature", "properties": { "gid": 4882342, "name": null, "pyname": null, "mapid": "466174", "id": "7509803", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763152", "enodeid": "5763153", "funcclass": "5", "length": "0.053", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.610927299998693, 31.292458999997013 ], [ 121.610917299998661, 31.291979099997015 ] ] } },
{ "type": "Feature", "properties": { "gid": 4882333, "name": null, "pyname": null, "mapid": "466174", "id": "7509785", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763138", "enodeid": "5763139", "funcclass": "5", "length": "0.034", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.60333060016255, 31.292563400696558 ], [ 121.603560700188723, 31.292803300763651 ] ] } },
{ "type": "Feature", "properties": { "gid": 4882642, "name": null, "pyname": null, "mapid": "466174", "id": "7510846", "kind_num": "1", "kind": "0801", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5771809", "enodeid": "5771808", "funcclass": "5", "length": "0.253", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.606562499999526, 31.291624799998662 ], [ 121.606582499999533, 31.291334799998662 ], [ 121.606582499999547, 31.291094899998658 ], [ 121.606552599999546, 31.290844999998672 ], [ 121.606442599999554, 31.290415199998701 ], [ 121.606422699999555, 31.290335299998699 ], [ 121.606432599999565, 31.2902852999987 ], [ 121.606472499999555, 31.290255199998683 ], [ 121.606602499999539, 31.290185099998652 ], [ 121.607391399999429, 31.289874199998419 ] ] } },
{ "type": "Feature", "properties": { "gid": 12052025, "name": "高行街", "pyname": "ghj", "mapid": "466174", "id": "7529372", "kind_num": "1", "kind": "0604", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763323", "enodeid": "5763325", "funcclass": "5", "length": "0.010", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.605861099999643, 31.297021799998852 ], [ 121.605880999999599, 31.29693189999885 ] ] } },
{ "type": "Feature", "properties": { "gid": 4883097, "name": null, "pyname": null, "mapid": "466174", "id": "7516104", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5792812", "enodeid": "5798553", "funcclass": "5", "length": "0.065", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603170200145797, 31.293132900651468 ], [ 121.603040100132844, 31.293342800615317 ], [ 121.603030200131883, 31.29336270061259 ], [ 121.603020100130905, 31.293392700609822 ], [ 121.603010000129942, 31.293412700607053 ], [ 121.603020100130934, 31.293432700609863 ], [ 121.603030000131923, 31.293452700612622 ], [ 121.603060100134854, 31.293472700620992 ], [ 121.603110100139844, 31.29349270063495 ], [ 121.603220300151165, 31.293522700665982 ], [ 121.603280200157513, 31.293532800683007 ] ] } },
{ "type": "Feature", "properties": { "gid": 4883098, "name": null, "pyname": null, "mapid": "466174", "id": "7516105", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5798553", "enodeid": "5792813", "funcclass": "5", "length": "0.079", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603280200157513, 31.293532800683007 ], [ 121.603340300164007, 31.293552800700212 ], [ 121.60344040017516, 31.293562800729116 ], [ 121.603500400182043, 31.293572900746597 ], [ 121.603540500186682, 31.293572900758338 ], [ 121.603560500189047, 31.293562900764201 ], [ 121.603700700205806, 31.293303100805552 ], [ 121.603720700208257, 31.293263100811508 ], [ 121.60374070021075, 31.293253100817498 ], [ 121.603830800222084, 31.293163200844589 ] ] } },
{ "type": "Feature", "properties": { "gid": 4883263, "name": null, "pyname": null, "mapid": "466174", "id": "7516973", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5771809", "enodeid": "5771836", "funcclass": "5", "length": "0.048", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.606562499999526, 31.291624799998662 ], [ 121.607061999999488, 31.291564199998525 ] ] } },
{ "type": "Feature", "properties": { "gid": 4883264, "name": null, "pyname": null, "mapid": "466174", "id": "7516975", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5771810", "enodeid": "5771837", "funcclass": "5", "length": "0.027", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.613024699997922, 31.29274619999585 ], [ 121.613024699997922, 31.292506299995839 ] ] } },
{ "type": "Feature", "properties": { "gid": 12078356, "name": "行泰路", "pyname": "htl", "mapid": "466174", "id": "15696238", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5771835", "enodeid": "12773170", "funcclass": "5", "length": "0.039", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "200", "spdlmte2s": "200", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.606332799999564, 31.291784999998729 ], [ 121.60592259999963, 31.291784999998832 ] ] } },
{ "type": "Feature", "properties": { "gid": 12078357, "name": "行泰路", "pyname": "htl", "mapid": "466174", "id": "15696239", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12773170", "enodeid": "5774486", "funcclass": "5", "length": "0.257", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "200", "spdlmte2s": "200", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.60592259999963, 31.291784999998832 ], [ 121.605802599999606, 31.291784899998863 ], [ 121.605202300432609, 31.291784601289443 ], [ 121.604741800353892, 31.291784401133174 ], [ 121.60369100020398, 31.29184400080155 ], [ 121.603220600150479, 31.291893700664556 ] ] } },
{ "type": "Feature", "properties": { "gid": 4884790, "name": "高行商业步行街", "pyname": "ghsybxj", "mapid": "466174", "id": "7534495", "kind_num": "1", "kind": "0809", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5798179", "enodeid": "5795363", "funcclass": "5", "length": "0.367", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "8", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "01010001000000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "100", "spdlmte2s": "100", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.602459600082739, 31.293552400460094 ], [ 121.603510300183274, 31.293832700749697 ], [ 121.603570400190307, 31.293842700767343 ], [ 121.603640400198699, 31.293842700788019 ], [ 121.603700500206017, 31.293832800805891 ], [ 121.603800600218506, 31.293792900835907 ], [ 121.603850600224902, 31.293752900851008 ], [ 121.603920700233985, 31.293613000872249 ], [ 121.603960800239207, 31.293513100884464 ], [ 121.603980800241885, 31.293483100890594 ], [ 121.604030800248623, 31.293453200905997 ], [ 121.604070800254078, 31.293453200918385 ], [ 121.604110900259585, 31.293463200930866 ], [ 121.605391600468209, 31.293913501355888 ], [ 121.605871999999607, 31.294083599998849 ] ] } },
{ "type": "Feature", "properties": { "gid": 4884791, "name": null, "pyname": null, "mapid": "466174", "id": "7534497", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5798182", "enodeid": "5795359", "funcclass": "5", "length": "0.007", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.607951799999341, 31.299621199998263 ], [ 121.607881699999353, 31.29960129999829 ] ] } },
{ "type": "Feature", "properties": { "gid": 4884794, "name": null, "pyname": null, "mapid": "466174", "id": "7534500", "kind_num": "1", "kind": "0814", "width": "55", "direction": "2", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5760212", "enodeid": "5762823", "funcclass": "5", "length": "0.043", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "2", "lanenume2s": null, "lanenum": "2", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": null, "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603117700144068, 31.30159790064452 ], [ 121.603117900143928, 31.301208200644229 ] ] } },
{ "type": "Feature", "properties": { "gid": 4884795, "name": null, "pyname": null, "mapid": "466174", "id": "7534501", "kind_num": "1", "kind": "0801", "width": "55", "direction": "2", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5762823", "enodeid": "5762824", "funcclass": "5", "length": "0.027", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "2", "lanenume2s": null, "lanenum": "2", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": null, "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603117900143928, 31.301208200644229 ], [ 121.603108000142853, 31.30096830064128 ] ] } },
{ "type": "Feature", "properties": { "gid": 4885167, "name": null, "pyname": null, "mapid": "466174", "id": "7535620", "kind_num": "2", "kind": "0804|0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763324", "enodeid": "5763326", "funcclass": "5", "length": "0.010", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.606441399999539, 31.297081999998714 ], [ 121.606411499999552, 31.297171999998717 ] ] } },
{ "type": "Feature", "properties": { "gid": 4885168, "name": null, "pyname": null, "mapid": "466174", "id": "7535621", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5774460", "enodeid": "5763327", "funcclass": "5", "length": "0.025", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.609059799999145, 31.295210799997843 ], [ 121.609099799999143, 31.294990799997837 ] ] } },
{ "type": "Feature", "properties": { "gid": 4885169, "name": null, "pyname": null, "mapid": "466174", "id": "7535622", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763327", "enodeid": "5774487", "funcclass": "5", "length": "0.014", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.609099799999143, 31.294990799997837 ], [ 121.609109699999152, 31.29496069999783 ], [ 121.609139799999127, 31.294870699997812 ] ] } },
{ "type": "Feature", "properties": { "gid": 4885170, "name": null, "pyname": null, "mapid": "466174", "id": "7535623", "kind_num": "1", "kind": "0801", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763327", "enodeid": "5763328", "funcclass": "5", "length": "0.110", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.609099799999143, 31.294990799997837 ], [ 121.609279599999098, 31.295020499997761 ], [ 121.609349499999055, 31.295030399997735 ], [ 121.609709099998994, 31.29506999999758 ], [ 121.610248399998852, 31.295109199997349 ] ] } },
{ "type": "Feature", "properties": { "gid": 4885178, "name": null, "pyname": null, "mapid": "466174", "id": "7535632", "kind_num": "2", "kind": "0802|0814", "width": "30", "direction": "2", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763333", "enodeid": "5763324", "funcclass": "5", "length": "0.040", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": null, "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": null, "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.606041199999595, 31.296971899998809 ], [ 121.606441399999539, 31.297081999998714 ] ] } },
{ "type": "Feature", "properties": { "gid": 4885171, "name": null, "pyname": null, "mapid": "466174", "id": "7535625", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763319", "enodeid": "5763330", "funcclass": "5", "length": "0.199", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.602007400055442, 31.299878500355163 ], [ 121.60189730004943, 31.300048300329085 ], [ 121.601867200047835, 31.300068300321989 ], [ 121.601827300045855, 31.30010820031265 ], [ 121.60163700003703, 31.300228100268765 ], [ 121.60160690003579, 31.300258100261946 ], [ 121.601406800028414, 31.300497800217514 ], [ 121.601396700028076, 31.300527800215335 ], [ 121.601396700028076, 31.300547800215369 ], [ 121.601416700028764, 31.30057780021982 ], [ 121.601446700029811, 31.300607800226505 ], [ 121.601476800030895, 31.300627800233219 ], [ 121.601516800032357, 31.300637800242175 ], [ 121.601807100045079, 31.300667900308682 ], [ 121.602257300071358, 31.300708100417403 ], [ 121.602297400074079, 31.300728100427431 ], [ 121.602317400075478, 31.300758100432468 ], [ 121.602327300076183, 31.300808000435016 ], [ 121.602327300076198, 31.30082800043504 ] ] } },
{ "type": "Feature", "properties": { "gid": 4885172, "name": null, "pyname": null, "mapid": "466174", "id": "7535626", "kind_num": "1", "kind": "0801", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763330", "enodeid": "5763320", "funcclass": "5", "length": "0.016", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.602327300076198, 31.30082800043504 ], [ 121.602327300076254, 31.300968000435208 ] ] } },
{ "type": "Feature", "properties": { "gid": 4885173, "name": null, "pyname": null, "mapid": "466174", "id": "7535627", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763321", "enodeid": "5763331", "funcclass": "5", "length": "0.067", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.602428500082027, 31.297390100456656 ], [ 121.60280880011301, 31.297450200556369 ], [ 121.602848800116604, 31.297450300567125 ], [ 121.602878800119313, 31.297450300575225 ], [ 121.602948800125802, 31.297420300594212 ], [ 121.602978900128633, 31.297420400602437 ], [ 121.602998900130558, 31.297430300607932 ], [ 121.603099000140432, 31.297480300635623 ] ] } },
{ "type": "Feature", "properties": { "gid": 4885174, "name": null, "pyname": null, "mapid": "466174", "id": "7535628", "kind_num": "1", "kind": "0801", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763331", "enodeid": "5763322", "funcclass": "5", "length": "0.005", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603099000140432, 31.297480300635623 ], [ 121.603149000145493, 31.297500400649568 ] ] } },
{ "type": "Feature", "properties": { "gid": 4885175, "name": null, "pyname": null, "mapid": "466174", "id": "7535629", "kind_num": "1", "kind": "0802", "width": "30", "direction": "3", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763323", "enodeid": "5763332", "funcclass": "5", "length": "0.016", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": null, "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": null, "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.605861099999643, 31.297021799998852 ], [ 121.606021099999623, 31.297071899998816 ] ] } },
{ "type": "Feature", "properties": { "gid": 4885176, "name": null, "pyname": null, "mapid": "466174", "id": "7535630", "kind_num": "2", "kind": "0802|0814", "width": "30", "direction": "3", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763332", "enodeid": "5763326", "funcclass": "5", "length": "0.039", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": null, "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": null, "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.606021099999623, 31.297071899998816 ], [ 121.606411499999552, 31.297171999998717 ] ] } },
{ "type": "Feature", "properties": { "gid": 4885177, "name": null, "pyname": null, "mapid": "466174", "id": "7535631", "kind_num": "1", "kind": "0802", "width": "30", "direction": "2", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763325", "enodeid": "5763333", "funcclass": "5", "length": "0.016", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": null, "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": null, "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.605880999999599, 31.29693189999885 ], [ 121.606041199999595, 31.296971899998809 ] ] } },
{ "type": "Feature", "properties": { "gid": 4885219, "name": null, "pyname": null, "mapid": "466174", "id": "7535765", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763326", "enodeid": "5774909", "funcclass": "5", "length": "0.157", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.606411499999552, 31.297171999998717 ], [ 121.606371399999574, 31.297321899998725 ], [ 121.606371399999574, 31.297351899998727 ], [ 121.606401399999541, 31.297381899998719 ], [ 121.606771499999496, 31.29748199999862 ], [ 121.606851599999501, 31.297501999998598 ], [ 121.607011799999484, 31.29755199999855 ], [ 121.607061799999485, 31.297552099998533 ], [ 121.607101799999469, 31.29754209999853 ], [ 121.607341899999426, 31.297442199998457 ], [ 121.60737199999943, 31.297412299998449 ], [ 121.60739209999943, 31.297372299998436 ], [ 121.607421999999445, 31.297172399998427 ], [ 121.607421999999445, 31.297122399998422 ] ] } },
{ "type": "Feature", "properties": { "gid": 4885220, "name": null, "pyname": null, "mapid": "466174", "id": "7535766", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5774909", "enodeid": "5763324", "funcclass": "5", "length": "0.156", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.607421999999445, 31.297122399998422 ], [ 121.607432099999002, 31.296962399998424 ], [ 121.607421999999431, 31.296882499998425 ], [ 121.607392099999444, 31.296832499998434 ], [ 121.607342099999428, 31.296792599998447 ], [ 121.607292199999435, 31.296762599998466 ], [ 121.607222199999441, 31.296752599998484 ], [ 121.606581599999544, 31.296742299998673 ], [ 121.606541599999531, 31.296752299998683 ], [ 121.606511599999536, 31.296772299998693 ], [ 121.606491599999558, 31.296792199998695 ], [ 121.606441399999539, 31.297081999998714 ] ] } },
{ "type": "Feature", "properties": { "gid": 4921925, "name": null, "pyname": null, "mapid": "466174", "id": "15696231", "kind_num": "1", "kind": "0801", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5780737", "enodeid": "12773167", "funcclass": "5", "length": "0.161", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.607312199999427, 31.296272799998459 ], [ 121.607082199999468, 31.296282799998529 ], [ 121.606851999999492, 31.296272699998596 ], [ 121.606341699999575, 31.296202499998735 ], [ 121.606271599999545, 31.296182499998757 ], [ 121.605901399999595, 31.29613239999885 ], [ 121.605681199999651, 31.296072299998901 ], [ 121.605651200518793, 31.296052301448245 ] ] } },
{ "type": "Feature", "properties": { "gid": 4921926, "name": null, "pyname": null, "mapid": "466174", "id": "15696232", "kind_num": "1", "kind": "0801", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12773167", "enodeid": "5780734", "funcclass": "5", "length": "0.015", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.605651200518793, 31.296052301448245 ], [ 121.605531100495597, 31.296142201405395 ] ] } },
{ "type": "Feature", "properties": { "gid": 4921927, "name": null, "pyname": null, "mapid": "466174", "id": "15696233", "kind_num": "1", "kind": "0801", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12773167", "enodeid": "12773166", "funcclass": "5", "length": "0.075", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.605651200518793, 31.296052301448245 ], [ 121.605531100495512, 31.295982301405381 ], [ 121.605331000457838, 31.295862301334928 ], [ 121.605271000446791, 31.295722401314027 ], [ 121.605291000450435, 31.295662401320964 ], [ 121.605381200466979, 31.295552501352457 ] ] } },
{ "type": "Feature", "properties": { "gid": 4921928, "name": null, "pyname": null, "mapid": "466174", "id": "15696234", "kind_num": "1", "kind": "0801", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5780733", "enodeid": "12773168", "funcclass": "5", "length": "0.083", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.608150999999324, 31.295981699998183 ], [ 121.607981299999366, 31.295981999998244 ], [ 121.607951399999322, 31.295991999998247 ], [ 121.607921299999362, 31.296001999998268 ], [ 121.607901399999363, 31.296221999998274 ], [ 121.607881399999343, 31.296261999998276 ], [ 121.607821399999395, 31.296282099998294 ], [ 121.607601799999415, 31.296262399998369 ], [ 121.607551799999413, 31.296262499998384 ] ] } },
{ "type": "Feature", "properties": { "gid": 4921929, "name": null, "pyname": null, "mapid": "466174", "id": "15696235", "kind_num": "1", "kind": "0801", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12773168", "enodeid": "5780735", "funcclass": "5", "length": "0.008", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.607551799999413, 31.296262499998384 ], [ 121.607471899999425, 31.296262499998409 ] ] } },
{ "type": "Feature", "properties": { "gid": 4921930, "name": null, "pyname": null, "mapid": "466174", "id": "15696236", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5801045", "enodeid": "12773169", "funcclass": "5", "length": "0.023", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.605602000508028, 31.293383901430492 ], [ 121.605832099999617, 31.293453899998863 ] ] } },
{ "type": "Feature", "properties": { "gid": 4921931, "name": null, "pyname": null, "mapid": "466174", "id": "15696237", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12773169", "enodeid": "5801039", "funcclass": "5", "length": "0.036", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.605832099999617, 31.293453899998863 ], [ 121.606182399999597, 31.29357399999877 ] ] } },
{ "type": "Feature", "properties": { "gid": 4921932, "name": null, "pyname": null, "mapid": "466174", "id": "15696240", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12773169", "enodeid": "12773170", "funcclass": "5", "length": "0.186", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.605832099999617, 31.293453899998863 ], [ 121.60592259999963, 31.291784999998832 ] ] } },
{ "type": "Feature", "properties": { "gid": 4921933, "name": null, "pyname": null, "mapid": "466174", "id": "15696241", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12113220", "enodeid": "12773171", "funcclass": "5", "length": "0.063", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.606052199999596, 31.293823799998798 ], [ 121.606252199999588, 31.293913899998753 ], [ 121.606382299999566, 31.293953899998719 ], [ 121.606682599999502, 31.29398399999863 ] ] } },
{ "type": "Feature", "properties": { "gid": 4921934, "name": null, "pyname": null, "mapid": "466174", "id": "15696242", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "12773171", "enodeid": "12113219", "funcclass": "5", "length": "0.234", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.606682599999502, 31.29398399999863 ], [ 121.606772599999516, 31.293993999998616 ], [ 121.606842399999508, 31.293973899998594 ], [ 121.606882399999506, 31.293933799998577 ], [ 121.606902399999484, 31.293893799998578 ], [ 121.606912399999473, 31.293843799998573 ], [ 121.60697219999949, 31.292024199998554 ] ] } },
{ "type": "Feature", "properties": { "gid": 4956988, "name": null, "pyname": null, "mapid": "466174", "id": "86053869", "kind_num": "1", "kind": "0801", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763327", "enodeid": "73261743", "funcclass": "5", "length": "0.211", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.609099799999143, 31.294990799997837 ], [ 121.608180899999311, 31.294921999998177 ], [ 121.607631499999414, 31.294862699998355 ], [ 121.607361899999418, 31.294832999998441 ], [ 121.60719219999946, 31.294823199998493 ], [ 121.607022399999479, 31.29480349999854 ], [ 121.606892499999489, 31.294813599998584 ] ] } },
{ "type": "Feature", "properties": { "gid": 4956989, "name": null, "pyname": null, "mapid": "466174", "id": "86053879", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5792574", "enodeid": "73261750", "funcclass": "5", "length": "0.089", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.602448600083321, 31.296960400461298 ], [ 121.603119100142266, 31.297050600640816 ], [ 121.603219200152537, 31.297080600668885 ], [ 121.603359200167617, 31.297130700708699 ] ] } },
{ "type": "Feature", "properties": { "gid": 4956990, "name": null, "pyname": null, "mapid": "466174", "id": "86053880", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "73261750", "enodeid": "5792573", "funcclass": "5", "length": "0.008", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603359200167617, 31.297130700708699 ], [ 121.603439300176575, 31.297160700731752 ] ] } },
{ "type": "Feature", "properties": { "gid": 4886487, "name": null, "pyname": null, "mapid": "466174", "id": "7547337", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5801041", "enodeid": "5801042", "funcclass": "5", "length": "0.271", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603250700153794, 31.292203500673391 ], [ 121.603691000204108, 31.292153800801792 ], [ 121.603981100241342, 31.292133900889802 ], [ 121.604641700337936, 31.292084201100209 ], [ 121.60478180036057, 31.292094301146602 ], [ 121.604831800368771, 31.292104301163306 ], [ 121.604861900373805, 31.29211430117341 ], [ 121.604881900377151, 31.292134301180138 ], [ 121.604891800378837, 31.292154301183473 ], [ 121.604911900382234, 31.292174301190258 ], [ 121.604931900385637, 31.292254301197037 ], [ 121.604971900392528, 31.292454201210646 ], [ 121.604971700392568, 31.292664001210632 ], [ 121.604941600387576, 31.292903901200514 ], [ 121.604891600379247, 31.293143701183737 ] ] } },
{ "type": "Feature", "properties": { "gid": 4886488, "name": null, "pyname": null, "mapid": "466174", "id": "7547338", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5801041", "enodeid": "5801043", "funcclass": "5", "length": "0.013", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603250700153794, 31.292203500673391 ], [ 121.603230700151627, 31.292083600667603 ] ] } },
{ "type": "Feature", "properties": { "gid": 4886489, "name": null, "pyname": null, "mapid": "466174", "id": "7547339", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5801043", "enodeid": "5774486", "funcclass": "5", "length": "0.021", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603230700151627, 31.292083600667603 ], [ 121.603220600150479, 31.291893700664556 ] ] } },
{ "type": "Feature", "properties": { "gid": 4886490, "name": null, "pyname": null, "mapid": "466174", "id": "7547340", "kind_num": "1", "kind": "0801", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5801038", "enodeid": "5801044", "funcclass": "5", "length": "0.021", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.602459800082471, 31.292882800459338 ], [ 121.60268010009996, 31.29285290051704 ] ] } },
{ "type": "Feature", "properties": { "gid": 4886491, "name": null, "pyname": null, "mapid": "466174", "id": "7547341", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5801044", "enodeid": "5801040", "funcclass": "5", "length": "0.049", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.60268010009996, 31.29285290051704 ], [ 121.603160300144623, 31.29279310064836 ], [ 121.603190400147753, 31.292793100656844 ] ] } },
{ "type": "Feature", "properties": { "gid": 4882311, "name": null, "pyname": null, "mapid": "466174", "id": "7509759", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5795360", "enodeid": "5795362", "funcclass": "5", "length": "0.443", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.608921099999165, 31.299840299997921 ], [ 121.608841099999182, 31.300030299997946 ], [ 121.608831099999179, 31.300060299997956 ], [ 121.608841099999182, 31.300130299997946 ], [ 121.60886109999916, 31.300180199997946 ], [ 121.608890999999176, 31.300200199997928 ], [ 121.609120899999127, 31.300319999997839 ], [ 121.609320799999082, 31.300419799997758 ], [ 121.609490799999023, 31.300489599997697 ], [ 121.609680499998973, 31.300539399997621 ], [ 121.609840499998967, 31.300539299997546 ], [ 121.610180199998865, 31.300528999997397 ], [ 121.610260299998842, 31.300528999997361 ], [ 121.610330099998833, 31.300508899997329 ], [ 121.610370099998832, 31.300498899997319 ], [ 121.610389999998816, 31.300478899997302 ], [ 121.610420099998805, 31.300438899997289 ], [ 121.610409999998808, 31.300368899997288 ], [ 121.610360199998823, 31.300218999997316 ], [ 121.610280099998846, 31.299979099997355 ], [ 121.61028009999886, 31.299889099997355 ], [ 121.61029989999885, 31.299658999997337 ], [ 121.610339499998844, 31.299288799997321 ], [ 121.610349399998839, 31.298988699997309 ], [ 121.610299299998843, 31.298898799997339 ], [ 121.610269299998862, 31.298858799997355 ], [ 121.610199399998876, 31.298818899997382 ], [ 121.610129399998897, 31.298788899997415 ], [ 121.610059599998891, 31.298768999997442 ], [ 121.609650099999001, 31.29875959999762 ] ] } },
{ "type": "Feature", "properties": { "gid": 4887970, "name": null, "pyname": null, "mapid": "466174", "id": "7559599", "kind_num": "1", "kind": "0801", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5792608", "enodeid": "5786574", "funcclass": "5", "length": "0.131", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.613044899997917, 31.294385899995849 ], [ 121.613813799997601, 31.294384899995347 ], [ 121.613953699997523, 31.294384699995252 ], [ 121.614423099997325, 31.294384099994929 ] ] } },
{ "type": "Feature", "properties": { "gid": 4888520, "name": null, "pyname": null, "mapid": "466174", "id": "7565427", "kind_num": "2", "kind": "0804|0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5795360", "enodeid": "5795361", "funcclass": "5", "length": "0.011", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.608921099999165, 31.299840299997921 ], [ 121.608951099999146, 31.299740299997907 ] ] } },
{ "type": "Feature", "properties": { "gid": 4888521, "name": null, "pyname": null, "mapid": "466174", "id": "7565428", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5795362", "enodeid": "5795361", "funcclass": "5", "length": "0.155", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.609650099999001, 31.29875959999762 ], [ 121.609500099999039, 31.298769799997686 ], [ 121.609330399999095, 31.298779999997755 ], [ 121.609220599999091, 31.298800099997806 ], [ 121.609150699999105, 31.298820199997831 ], [ 121.609090799999151, 31.298860299997855 ], [ 121.609070799999117, 31.298880299997855 ], [ 121.609050799999139, 31.298920399997868 ], [ 121.609050799999153, 31.298990399997862 ], [ 121.60904089999913, 31.29926039999787 ], [ 121.60904089999913, 31.299360299997872 ], [ 121.60904089999913, 31.299390399997872 ], [ 121.609040899999115, 31.299480299997867 ], [ 121.609030999999149, 31.299530299997873 ], [ 121.608951099999146, 31.299740299997907 ] ] } },
{ "type": "Feature", "properties": { "gid": 12046397, "name": "俱进路", "pyname": "jjl", "mapid": "466174", "id": "7472671", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5786564", "enodeid": "5774246", "funcclass": "4", "length": "0.098", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.601867000048202, 31.300957800323147 ], [ 121.601016400018608, 31.300957400134816 ], [ 121.600836200016047, 31.300947300098052 ] ] } },
{ "type": "Feature", "properties": { "gid": 12046398, "name": "X617", "pyname": "x617", "mapid": "466174", "id": "7472677", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5786568", "enodeid": "5774246", "funcclass": "5", "length": "0.068", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.600656000015022, 31.301466900063353 ], [ 121.600586000014886, 31.301406900049706 ], [ 121.600565800014849, 31.301376900045785 ], [ 121.600566000014823, 31.301317000045717 ], [ 121.600606000014807, 31.301247000053273 ], [ 121.600836200016047, 31.300947300098052 ] ] } },
{ "type": "Feature", "properties": { "gid": 12046399, "name": "万安街", "pyname": "waj", "mapid": "466174", "id": "7472679", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5783266", "enodeid": "5786570", "funcclass": "5", "length": "0.144", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.608171499999301, 31.298401399998188 ], [ 121.608950599999162, 31.298400399997902 ], [ 121.609679599999012, 31.29839939999761 ] ] } },
{ "type": "Feature", "properties": { "gid": 12046400, "name": "万安街", "pyname": "waj", "mapid": "466174", "id": "7472680", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5786570", "enodeid": "5786215", "funcclass": "5", "length": "0.156", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.609679599999012, 31.29839939999761 ], [ 121.611317599998557, 31.298407299996843 ] ] } },
{ "type": "Feature", "properties": { "gid": 12046716, "name": "行德路", "pyname": "hdl", "mapid": "466174", "id": "7473881", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5780736", "enodeid": "5786573", "funcclass": "5", "length": "0.066", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.60747189999941, 31.296362499998406 ], [ 121.607611699999381, 31.296362399998369 ], [ 121.608161099999293, 31.296351599998189 ] ] } },
{ "type": "Feature", "properties": { "gid": 12046708, "name": "新行路", "pyname": "xhl", "mapid": "466174", "id": "7473872", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5780732", "enodeid": "5760286", "funcclass": "5", "length": "0.122", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.608171399999321, 31.298061199998187 ], [ 121.608161099999307, 31.296961499998186 ] ] } },
{ "type": "Feature", "properties": { "gid": 12046709, "name": "新行路", "pyname": "xhl", "mapid": "466174", "id": "7473873", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5783266", "enodeid": "5780732", "funcclass": "5", "length": "0.038", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.608171499999301, 31.298401399998188 ], [ 121.608171499999315, 31.298321299998186 ], [ 121.608171399999321, 31.298061199998187 ] ] } },
{ "type": "Feature", "properties": { "gid": 12046710, "name": "新行路", "pyname": "xhl", "mapid": "466174", "id": "7473874", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5760286", "enodeid": "5786573", "funcclass": "5", "length": "0.068", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.608161099999307, 31.296961499998186 ], [ 121.608161099999307, 31.296401599998184 ], [ 121.608161099999293, 31.296351599998189 ] ] } },
{ "type": "Feature", "properties": { "gid": 12046711, "name": "新行路", "pyname": "xhl", "mapid": "466174", "id": "7473875", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5786573", "enodeid": "5780733", "funcclass": "5", "length": "0.041", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.608161099999293, 31.296351599998189 ], [ 121.608150999999324, 31.295981699998183 ] ] } },
{ "type": "Feature", "properties": { "gid": 12046712, "name": "新行路", "pyname": "xhl", "mapid": "466174", "id": "7473876", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5780733", "enodeid": "5783271", "funcclass": "5", "length": "0.081", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.608150999999324, 31.295981699998183 ], [ 121.608140899999313, 31.295251899998185 ] ] } },
{ "type": "Feature", "properties": { "gid": 12046713, "name": "行德路", "pyname": "hdl", "mapid": "466174", "id": "7473877", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5786571", "enodeid": "5780734", "funcclass": "5", "length": "0.095", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.60465060034096, 31.295732101104594 ], [ 121.604960700392155, 31.29589210120783 ], [ 121.605030700404185, 31.295932101231546 ], [ 121.605531100495597, 31.296142201405395 ] ] } },
{ "type": "Feature", "properties": { "gid": 12046714, "name": "行德路", "pyname": "hdl", "mapid": "466174", "id": "7473878", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5780734", "enodeid": "5786572", "funcclass": "5", "length": "0.056", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.605531100495597, 31.296142201405395 ], [ 121.605741199999599, 31.296222299998892 ], [ 121.605971399999603, 31.296292299998829 ], [ 121.606081399999582, 31.296322399998804 ] ] } },
{ "type": "Feature", "properties": { "gid": 12046715, "name": "行德路", "pyname": "hdl", "mapid": "466174", "id": "7473880", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5786572", "enodeid": "5780736", "funcclass": "5", "length": "0.132", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.606081399999582, 31.296322399998804 ], [ 121.606231499999581, 31.296332399998764 ], [ 121.606501699999527, 31.296352499998694 ], [ 121.60747189999941, 31.296362499998406 ] ] } },
{ "type": "Feature", "properties": { "gid": 12046717, "name": "行泰路", "pyname": "htl", "mapid": "466174", "id": "7473885", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5757858", "enodeid": "5780738", "funcclass": "5", "length": "0.021", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "200", "spdlmte2s": "200", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603070500135217, 31.291903600622337 ], [ 121.602850400114406, 31.29193350056179 ] ] } },
{ "type": "Feature", "properties": { "gid": 12046718, "name": "行泰路", "pyname": "htl", "mapid": "466174", "id": "7473886", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5780738", "enodeid": "5757859", "funcclass": "5", "length": "0.080", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "200", "spdlmte2s": "200", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.602850400114406, 31.29193350056179 ], [ 121.602730300103829, 31.291943400529416 ], [ 121.602670200098757, 31.291963400513399 ], [ 121.602620200094648, 31.29198340050019 ], [ 121.602560200089854, 31.292023300484448 ], [ 121.6025302000875, 31.292063300476652 ], [ 121.602490000084444, 31.292123200466257 ], [ 121.602460100082197, 31.292213200458608 ], [ 121.602460000082303, 31.292453000458874 ] ] } },
{ "type": "Feature", "properties": { "gid": 12046719, "name": "行泰路", "pyname": "htl", "mapid": "466174", "id": "7473887", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5757859", "enodeid": "5780739", "funcclass": "5", "length": "0.039", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "200", "spdlmte2s": "200", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.602460000082303, 31.292453000458874 ], [ 121.602460000082445, 31.292802800459299 ] ] } },
{ "type": "Feature", "properties": { "gid": 12046720, "name": "行泰路", "pyname": "htl", "mapid": "466174", "id": "7473888", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5780739", "enodeid": "5801038", "funcclass": "5", "length": "0.009", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "200", "spdlmte2s": "200", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.602460000082445, 31.292802800459299 ], [ 121.602459800082471, 31.292882800459338 ] ] } },
{ "type": "Feature", "properties": { "gid": 12048959, "name": "俱进路", "pyname": "jjl", "mapid": "466174", "id": "7503325", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5760210", "enodeid": "5774459", "funcclass": "4", "length": "0.265", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.606480999999533, 31.302159999998715 ], [ 121.606080799999589, 31.301990099998811 ], [ 121.605280600451223, 31.301660101318078 ], [ 121.604249000282508, 31.301208900978153 ], [ 121.603978400244884, 31.301108600894477 ] ] } },
{ "type": "Feature", "properties": { "gid": 12048960, "name": "俱进路", "pyname": "jjl", "mapid": "466174", "id": "7503326", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5774459", "enodeid": "5762824", "funcclass": "4", "length": "0.084", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603978400244884, 31.301108600894477 ], [ 121.603908400235582, 31.301088600873218 ], [ 121.603598300196722, 31.301028500780909 ], [ 121.60319800015202, 31.300968300666312 ], [ 121.603108000142853, 31.30096830064128 ] ] } },
{ "type": "Feature", "properties": { "gid": 12049302, "name": "高行街", "pyname": "ghj", "mapid": "466174", "id": "7504548", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5774459", "enodeid": "5771772", "funcclass": "5", "length": "0.006", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603978400244884, 31.301108600894477 ], [ 121.604008500248895, 31.301058600903641 ] ] } },
{ "type": "Feature", "properties": { "gid": 12049281, "name": "行泰路", "pyname": "htl", "mapid": "466174", "id": "7504451", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5774486", "enodeid": "5757858", "funcclass": "5", "length": "0.014", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "200", "spdlmte2s": "200", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603220600150479, 31.291893700664556 ], [ 121.603070500135217, 31.291903600622337 ] ] } },
{ "type": "Feature", "properties": { "gid": 12049299, "name": "高行街", "pyname": "ghj", "mapid": "466174", "id": "7504528", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5757854", "enodeid": "5771758", "funcclass": "5", "length": "0.124", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.604398900304147, 31.300309301025091 ], [ 121.604939600390082, 31.299290101201585 ] ] } },
{ "type": "Feature", "properties": { "gid": 12049300, "name": "高行街", "pyname": "ghj", "mapid": "466174", "id": "7504529", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5771758", "enodeid": "5783265", "funcclass": "5", "length": "0.174", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.604939600390082, 31.299290101201585 ], [ 121.604969700395188, 31.299220101211684 ], [ 121.605620600513618, 31.297831201437315 ] ] } },
{ "type": "Feature", "properties": { "gid": 12049301, "name": "金高路", "pyname": "jgl", "mapid": "466174", "id": "7504546", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5774245", "enodeid": "5771771", "funcclass": "4", "length": "0.006", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.602197900066642, 31.29888910040043 ], [ 121.602167800064748, 31.298939100393056 ] ] } },
{ "type": "Feature", "properties": { "gid": 12049303, "name": "高行街", "pyname": "ghj", "mapid": "466174", "id": "7504549", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5771772", "enodeid": "5757854", "funcclass": "5", "length": "0.091", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.604008500248895, 31.301058600903641 ], [ 121.604398900304147, 31.300309301025091 ] ] } },
{ "type": "Feature", "properties": { "gid": 12049304, "name": "万安街", "pyname": "waj", "mapid": "466174", "id": "7504550", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5786211", "enodeid": "5771773", "funcclass": "5", "length": "0.094", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603599400195094, 31.29697090077828 ], [ 121.60413970026525, 31.297221000941999 ], [ 121.604470000313583, 31.297371001046606 ] ] } },
{ "type": "Feature", "properties": { "gid": 12049965, "name": "行泰路", "pyname": "htl", "mapid": "466174", "id": "7510779", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5798179", "enodeid": "5771774", "funcclass": "5", "length": "0.049", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "200", "spdlmte2s": "200", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.602459600082739, 31.293552400460094 ], [ 121.602459600082923, 31.293992100460621 ] ] } },
{ "type": "Feature", "properties": { "gid": 12049966, "name": "行泰路", "pyname": "htl", "mapid": "466174", "id": "7510780", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5771774", "enodeid": "5783274", "funcclass": "5", "length": "0.011", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "200", "spdlmte2s": "200", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.602459600082923, 31.293992100460621 ], [ 121.602459400082964, 31.294092100460691 ] ] } },
{ "type": "Feature", "properties": { "gid": 12049973, "name": "万安街", "pyname": "waj", "mapid": "466174", "id": "7510787", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5771773", "enodeid": "5771778", "funcclass": "5", "length": "0.116", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.604470000313583, 31.297371001046606 ], [ 121.604880200379284, 31.297551101181234 ], [ 121.605370600466017, 31.29774120134898 ], [ 121.605570500503916, 31.297811301419465 ] ] } },
{ "type": "Feature", "properties": { "gid": 12049974, "name": "万安街", "pyname": "waj", "mapid": "466174", "id": "7510788", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5771778", "enodeid": "5783265", "funcclass": "5", "length": "0.005", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.605570500503916, 31.297811301419465 ], [ 121.605620600513618, 31.297831201437315 ] ] } },
{ "type": "Feature", "properties": { "gid": 12050015, "name": "高宝路", "pyname": "gbl", "mapid": "466174", "id": "7510847", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5792609", "enodeid": "5771810", "funcclass": "5", "length": "0.124", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.614322999997356, 31.292714599994991 ], [ 121.613254399997842, 31.292745999995702 ], [ 121.613024699997922, 31.29274619999585 ] ] } },
{ "type": "Feature", "properties": { "gid": 12050016, "name": "高宝路", "pyname": "gbl", "mapid": "466174", "id": "7510848", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5771810", "enodeid": "10917048", "funcclass": "5", "length": "0.153", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.613024699997922, 31.29274619999585 ], [ 121.612984699997938, 31.292746299995869 ], [ 121.611416799998523, 31.292748299996767 ] ] } },
{ "type": "Feature", "properties": { "gid": 12050642, "name": "行泰路", "pyname": "htl", "mapid": "466174", "id": "7516971", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5780228", "enodeid": "5771835", "funcclass": "5", "length": "0.006", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "200", "spdlmte2s": "200", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.60639279999954, 31.291784999998715 ], [ 121.606332799999564, 31.291784999998729 ] ] } },
{ "type": "Feature", "properties": { "gid": 4964906, "name": null, "pyname": null, "mapid": "466174", "id": "88272695", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "74535565", "enodeid": "74535563", "funcclass": "5", "length": "0.021", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.608061399999329, 31.301530399998235 ], [ 121.608261499999301, 31.301620299998163 ] ] } },
{ "type": "Feature", "properties": { "gid": 4964905, "name": null, "pyname": null, "mapid": "466174", "id": "88272694", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "74535560", "enodeid": "74535565", "funcclass": "5", "length": "0.045", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.607641399999395, 31.30134039999837 ], [ 121.608061399999329, 31.301530399998235 ] ] } },
{ "type": "Feature", "properties": { "gid": 4964907, "name": null, "pyname": null, "mapid": "466174", "id": "88272697", "kind_num": "1", "kind": "0814", "width": "30", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "74535565", "enodeid": "74535567", "funcclass": "5", "length": "0.260", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 4.572 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.608061399999329, 31.301530399998235 ], [ 121.608141499999306, 31.301360499998207 ], [ 121.608191499999307, 31.301330399998189 ], [ 121.608281499999293, 31.301340399998157 ], [ 121.609160799999103, 31.301789499997831 ], [ 121.609470599999057, 31.301969199997707 ], [ 121.609950299998943, 31.30221869999751 ], [ 121.609990299998913, 31.302248699997488 ], [ 121.610000299998916, 31.302288599997489 ], [ 121.609940399998948, 31.302548599997515 ] ] } },
{ "type": "Feature", "properties": { "gid": 4964930, "name": null, "pyname": null, "mapid": "466174", "id": "88272742", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5771837", "enodeid": "74535590", "funcclass": "5", "length": "0.023", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.613024699997922, 31.292506299995839 ], [ 121.613024699997922, 31.292326399995847 ], [ 121.613024699997951, 31.292296399995845 ] ] } },
{ "type": "Feature", "properties": { "gid": 4964953, "name": null, "pyname": null, "mapid": "466174", "id": "88272776", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "74535590", "enodeid": "74535611", "funcclass": "5", "length": "0.066", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.613024699997951, 31.292296399995845 ], [ 121.613543999997717, 31.292305699995516 ], [ 121.613713699997632, 31.292355499995402 ] ] } },
{ "type": "Feature", "properties": { "gid": 4964956, "name": null, "pyname": null, "mapid": "466174", "id": "88272779", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "74535590", "enodeid": "74535613", "funcclass": "5", "length": "0.070", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.613024699997951, 31.292296399995845 ], [ 121.61296479999794, 31.292276399995878 ], [ 121.612864899997987, 31.292246599995941 ], [ 121.612695099998049, 31.292236799996047 ], [ 121.612445299998157, 31.292237099996196 ], [ 121.612295499998226, 31.292227299996281 ] ] } },
{ "type": "Feature", "properties": { "gid": 4964957, "name": null, "pyname": null, "mapid": "466174", "id": "88272780", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "74535613", "enodeid": "5771811", "funcclass": "5", "length": "0.088", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.612295499998226, 31.292227299996281 ], [ 121.612285399998228, 31.292027399996282 ], [ 121.612295499998226, 31.291437499996277 ] ] } },
{ "type": "Feature", "properties": { "gid": 4964958, "name": null, "pyname": null, "mapid": "466174", "id": "88272781", "kind_num": "1", "kind": "0814", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "74535612", "enodeid": "74535613", "funcclass": "5", "length": "0.048", "detailcity": "1", "through": "0", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "150", "spdlmte2s": "150", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.611796199998366, 31.292207999996553 ], [ 121.612295499998226, 31.292227299996281 ] ] } },
{ "type": "Feature", "properties": { "gid": 12051555, "name": "万安街", "pyname": "waj", "mapid": "466174", "id": "7528067", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5783265", "enodeid": "5783266", "funcclass": "5", "length": "0.251", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.605620600513618, 31.297831201437315 ], [ 121.606140999999582, 31.297951399998791 ], [ 121.608171499999301, 31.298401399998188 ] ] } },
{ "type": "Feature", "properties": { "gid": 12052022, "name": "俱进路", "pyname": "jjl", "mapid": "466174", "id": "7529365", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5762824", "enodeid": "5763320", "funcclass": "4", "length": "0.074", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.603108000142853, 31.30096830064128 ], [ 121.602697600104875, 31.300968100530451 ], [ 121.602327300076254, 31.300968000435208 ] ] } },
{ "type": "Feature", "properties": { "gid": 12052023, "name": "俱进路", "pyname": "jjl", "mapid": "466174", "id": "7529366", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763320", "enodeid": "5786564", "funcclass": "4", "length": "0.044", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.602327300076254, 31.300968000435208 ], [ 121.601867000048202, 31.300957800323147 ] ] } },
{ "type": "Feature", "properties": { "gid": 12052024, "name": "高行街", "pyname": "ghj", "mapid": "466174", "id": "7529371", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5783265", "enodeid": "5763323", "funcclass": "5", "length": "0.093", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.605620600513618, 31.297831201437315 ], [ 121.605660699999632, 31.297721399998903 ], [ 121.605861099999643, 31.297021799998852 ] ] } },
{ "type": "Feature", "properties": { "gid": 12052026, "name": "高行街", "pyname": "ghj", "mapid": "466174", "id": "7529373", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5763325", "enodeid": "5786572", "funcclass": "5", "length": "0.070", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.605880999999599, 31.29693189999885 ], [ 121.605941199999606, 31.29673199999883 ], [ 121.606081399999582, 31.296322399998804 ] ] } },
{ "type": "Feature", "properties": { "gid": 12052264, "name": "新行路", "pyname": "xhl", "mapid": "466174", "id": "7534496", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5795359", "enodeid": "5783266", "funcclass": "5", "length": "0.136", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.607881699999353, 31.29960129999829 ], [ 121.608171499999301, 31.298401399998188 ] ] } },
{ "type": "Feature", "properties": { "gid": 7962953, "name": "金高路", "pyname": "jgl", "mapid": "466174", "id": "7472681", "kind_num": "1", "kind": "0401", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5783267", "enodeid": "5786571", "funcclass": "4", "length": "0.106", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.60529140045017, 31.294952801320999 ], [ 121.60526130044471, 31.295012801310545 ], [ 121.605191100432094, 31.295102701286272 ], [ 121.60465060034096, 31.295732101104594 ] ] } },
{ "type": "Feature", "properties": { "gid": 7962954, "name": "金高路", "pyname": "jgl", "mapid": "466174", "id": "7472682", "kind_num": "1", "kind": "0401", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5786571", "enodeid": "5786211", "funcclass": "4", "length": "0.170", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "300", "spdlmte2s": "300", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.60465060034096, 31.295732101104594 ], [ 121.603599400195094, 31.29697090077828 ] ] } },
{ "type": "Feature", "properties": { "gid": 12053327, "name": "行泰路", "pyname": "htl", "mapid": "466174", "id": "7547334", "kind_num": "1", "kind": "0601", "width": "55", "direction": "1", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5801038", "enodeid": "5798179", "funcclass": "5", "length": "0.074", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "7", "lanenums2e": "1", "lanenume2s": "1", "lanenum": "1", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "200", "spdlmte2s": "200", "spdsrcs2e": "1", "spdsrce2s": "1", "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.602459800082471, 31.292882800459338 ], [ 121.602459600082739, 31.293552400460094 ] ] } },
{ "type": "Feature", "properties": { "gid": 7963284, "name": "金京路", "pyname": "jjl", "mapid": "466174", "id": "7484698", "kind_num": "1", "kind": "0402", "width": "55", "direction": "2", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5786215", "enodeid": "5786212", "funcclass": "4", "length": "0.318", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "310115", "uflag": "1", "onewaycrid": null, "accesscrid": null, "speedclass": "6", "lanenums2e": "2", "lanenume2s": null, "lanenum": "2", "vehcl_type": "11110001110000000000000000000000", "elevated": "0", "structure": "0", "usefeecrid": null, "usefeetype": null, "spdlmts2e": "400", "spdlmte2s": null, "spdsrcs2e": null, "spdsrce2s": null, "dc_type": "0", "nopasscrid": null, "roadwigth": 8.382 }, "geometry": { "type": "LineString", "coordinates": [ [ 121.611317599998557, 31.298407299996843 ], [ 121.611277099998546, 31.295537799996847 ] ] } },
{ "type": "Feature", "properties": { "gid": 7963707, "name": "金京路", "pyname": "jjl", "mapid": "466174", "id": "7503200", "kind_num": "1", "kind": "0402", "width": "55", "direction": "3", "toll": "2", "const_st": "1", "undconcrid": null, "snodeid": "5786216", "enodeid": "5786213", "funcclass": "4", "length": "0.317", "detailcity": "1", "through": "1", "unthrucrid": null, "ownership": "0", "road_cond": "1", "special": "0", "admincodel": "310115", "admincoder": "31011
Download .txt
gitextract_dvyux3q3/

├── .github/
│   └── workflows/
│       ├── pypi.yml
│       └── test.yml
├── .gitignore
├── .pypic
├── LICENSE
├── README.md
├── coord_convert/
│   ├── __init__.py
│   ├── coordconvert.py
│   └── transform.py
├── requirements.txt
├── setup.py
└── tests/
    ├── __init__.py
    ├── data/
    │   ├── Polyline/
    │   │   └── polyline.geojson
    │   ├── multiPoint/
    │   │   ├── multi-point.cpg
    │   │   ├── multi-point.dbf
    │   │   ├── multi-point.prj
    │   │   ├── multi-point.qpj
    │   │   ├── multi-point.shp
    │   │   └── multi-point.shx
    │   ├── multiPolygon/
    │   │   ├── polygon_wgs.cpg
    │   │   ├── polygon_wgs.dbf
    │   │   ├── polygon_wgs.prj
    │   │   ├── polygon_wgs.qpj
    │   │   ├── polygon_wgs.shp
    │   │   └── polygon_wgs.shx
    │   ├── multiPolyline/
    │   │   ├── polyline_wgs.cpg
    │   │   ├── polyline_wgs.dbf
    │   │   ├── polyline_wgs.prj
    │   │   ├── polyline_wgs.shp
    │   │   └── polyline_wgs.shx
    │   ├── point/
    │   │   ├── point.cpg
    │   │   ├── point.dbf
    │   │   ├── point.geojson
    │   │   ├── point.prj
    │   │   ├── point.qpj
    │   │   ├── point.shp
    │   │   └── point.shx
    │   └── polygon/
    │       └── polygon.geojson
    └── test_transform.py
Download .txt
SYMBOL INDEX (24 symbols across 3 files)

FILE: coord_convert/coordconvert.py
  function recur_map (line 9) | def recur_map(f, data):
  function convertor (line 24) | def convertor(src_path, dst_path, convert_type):

FILE: coord_convert/transform.py
  function outOfChina (line 13) | def outOfChina(lng, lat):
  function transformLat (line 26) | def transformLat(x, y):
  function transformLon (line 34) | def transformLon(x, y):
  function wgs2gcj (line 42) | def wgs2gcj(wgsLon, wgsLat):
  function gcj2wgs (line 68) | def gcj2wgs(gcjLon, gcjLat):
  function gcj2bd (line 86) | def gcj2bd(gcjLon, gcjLat):
  function bd2gcj (line 94) | def bd2gcj(bdLon, bdLat):
  function wgs2bd (line 104) | def wgs2bd(wgsLon, wgsLat):
  function bd2wgs (line 109) | def bd2wgs(bdLon, bdLat):
  class Transform (line 114) | class Transform():
    method transformLat (line 116) | def transformLat(self, x, y):
    method transformLon (line 119) | def transformLon(self, x, y):
    method wgs2gcj (line 122) | def wgs2gcj(self, wgsLon, wgsLat):
    method gcj2wgs (line 125) | def gcj2wgs(self, gcjLon, gcjLat):
    method gcj2bd (line 128) | def gcj2bd(self, gcjLon, gcjLat):
    method bd2gcj (line 131) | def bd2gcj(self, bdLon, bdLat):
    method wgs2bd (line 134) | def wgs2bd(self, wgsLon, wgsLat):
    method bd2wgs (line 137) | def bd2wgs(self, bdLon, bdLat):

FILE: tests/test_transform.py
  function test_gcj_wgs (line 7) | def test_gcj_wgs():
  function test_gcj_bd (line 17) | def test_gcj_bd():
  function test_wgs_bd (line 27) | def test_wgs_bd():
  function test_Transform (line 36) | def test_Transform():
Condensed preview — 39 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (1,014K chars).
[
  {
    "path": ".github/workflows/pypi.yml",
    "chars": 1208,
    "preview": "name: pypi\n\non: [release]\n\njobs:\n  build:\n\n    runs-on: ubuntu-latest\n    strategy:\n      max-parallel: 4\n      matrix:\n"
  },
  {
    "path": ".github/workflows/test.yml",
    "chars": 974,
    "preview": "name: pytest\n\non: [push]\n\njobs:\n  build:\n\n    runs-on: ubuntu-latest\n    strategy:\n      max-parallel: 4\n      matrix:\n "
  },
  {
    "path": ".gitignore",
    "chars": 53,
    "preview": "*.pyc\n.pytest_cache\n__pycache__\n*.egg-info\ndist\nbuild"
  },
  {
    "path": ".pypic",
    "chars": 244,
    "preview": "[distutils]\nindex-servers=\n    pypi\n    testpypi\n\n[pypi]\nrepository = https://upload.pypi.org/legacy/\nusername = <userna"
  },
  {
    "path": "LICENSE",
    "chars": 1085,
    "preview": "MIT License\r\n\r\nCopyright (c) 2018 sshuair\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a cop"
  },
  {
    "path": "README.md",
    "chars": 2342,
    "preview": "# China Coordinate Convertor\n\n[![Actions Status](https://github.com/sshuair/coord-convert/workflows/pytest/badge.svg)](h"
  },
  {
    "path": "coord_convert/__init__.py",
    "chars": 21,
    "preview": "__version__ = '0.2.1'"
  },
  {
    "path": "coord_convert/coordconvert.py",
    "chars": 2035,
    "preview": "# -*- coding: utf-8 -*-\nimport fiona\nfrom tqdm import tqdm\nimport click\n\nfrom coord_convert.transform import Transform\n\n"
  },
  {
    "path": "coord_convert/transform.py",
    "chars": 3900,
    "preview": "# -*- coding: utf-8 -*-\nfrom math import sin, cos, sqrt, fabs, atan2\nfrom math import pi as PI\n\n\n# define ellipsoid\na = "
  },
  {
    "path": "requirements.txt",
    "chars": 16,
    "preview": "click\ntqdm\nfiona"
  },
  {
    "path": "setup.py",
    "chars": 1636,
    "preview": "#coding: --utf-8--\nfrom setuptools import setup\n\n# version\nwith open('coord_convert/__init__.py') as f:\n    for line in "
  },
  {
    "path": "tests/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "tests/data/Polyline/polyline.geojson",
    "chars": 238912,
    "preview": "{\n\"type\": \"FeatureCollection\",\n\"name\": \"polyline\",\n\"crs\": { \"type\": \"name\", \"properties\": { \"name\": \"urn:ogc:def:crs:OGC"
  },
  {
    "path": "tests/data/multiPoint/multi-point.cpg",
    "chars": 5,
    "preview": "UTF-8"
  },
  {
    "path": "tests/data/multiPoint/multi-point.prj",
    "chars": 143,
    "preview": "GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137,298.257223563]],PRIMEM[\"Greenwich\",0],UNIT[\"Degree\""
  },
  {
    "path": "tests/data/multiPoint/multi-point.qpj",
    "chars": 257,
    "preview": "GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"632"
  },
  {
    "path": "tests/data/multiPolygon/polygon_wgs.cpg",
    "chars": 5,
    "preview": "UTF-8"
  },
  {
    "path": "tests/data/multiPolygon/polygon_wgs.prj",
    "chars": 143,
    "preview": "GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137,298.257223563]],PRIMEM[\"Greenwich\",0],UNIT[\"Degree\""
  },
  {
    "path": "tests/data/multiPolygon/polygon_wgs.qpj",
    "chars": 257,
    "preview": "GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"632"
  },
  {
    "path": "tests/data/multiPolyline/polyline_wgs.cpg",
    "chars": 5,
    "preview": "UTF-8"
  },
  {
    "path": "tests/data/multiPolyline/polyline_wgs.prj",
    "chars": 143,
    "preview": "GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137,298.257223563]],PRIMEM[\"Greenwich\",0],UNIT[\"Degree\""
  },
  {
    "path": "tests/data/point/point.cpg",
    "chars": 5,
    "preview": "UTF-8"
  },
  {
    "path": "tests/data/point/point.geojson",
    "chars": 405188,
    "preview": "{\n\"type\": \"FeatureCollection\",\n\"crs\": { \"type\": \"name\", \"properties\": { \"name\": \"urn:ogc:def:crs:OGC:1.3:CRS84\" } },\n\"fe"
  },
  {
    "path": "tests/data/point/point.prj",
    "chars": 143,
    "preview": "GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137,298.257223563]],PRIMEM[\"Greenwich\",0],UNIT[\"Degree\""
  },
  {
    "path": "tests/data/point/point.qpj",
    "chars": 257,
    "preview": "GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"632"
  },
  {
    "path": "tests/data/polygon/polygon.geojson",
    "chars": 176449,
    "preview": "{\n\"type\": \"FeatureCollection\",\n\"name\": \"polygon\",\n\"crs\": { \"type\": \"name\", \"properties\": { \"name\": \"urn:ogc:def:crs:OGC:"
  },
  {
    "path": "tests/test_transform.py",
    "chars": 1851,
    "preview": "import pytest\nfrom coord_convert.transform import wgs2gcj, wgs2bd, gcj2wgs, gcj2bd, bd2wgs, bd2gcj\nfrom coord_convert.tr"
  }
]

// ... and 12 more files (download for full content)

About this extraction

This page contains the full source code of the sshuair/coord-convert GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 39 files (817.7 KB), approximately 367.7k tokens, and a symbol index with 24 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!